IconData.fromJson constructor Null safety

IconData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory IconData.fromJson(Map<String, Object?> json) =>
    _$IconDataFromJson(json);