FontFeature.fromJson constructor Null safety

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

Implementation

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