Icon.fromJson constructor Null safety

Icon.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Icon.fromJson(Map<String, dynamic> json) = _$Icon.fromJson;