TextTheme.fromJson constructor Null safety

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

Implementation

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