TextInputFormatter.fromJson constructor Null safety

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

Implementation

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