FBIcon.fromJson constructor

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

Implementation

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