FBIcon constructor
const
FBIcon({})
Implementation
const factory FBIcon({
/// Icon value
@JsonKey(name: 'value', required: true) required String value,
/// Icon type
@JsonKey(name: 'type', required: true) required String type,
}) = _FBIcon;