FontWeight.fromJson constructor Null safety

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

Implementation

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