flutter_json_widgets
icon_data
IconData
IconData.fromJson factory constructor
IconData.fromJson
IconData.fromJson
constructor
Null safety
IconData.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory IconData.fromJson(Map<String, Object?> json) => _$IconDataFromJson(json);
flutter_json_widgets
icon_data
IconData
IconData.fromJson factory constructor
IconData class
Constructors
IconData
fromJson
Properties
codePoint
copyWith
fontFamily
fontPackage
hashCode
matchTextDirection
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==