FontVariation.fromJson constructor Null safety

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

Implementation

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