TextInput.fromJson constructor

TextInput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TextInput.fromJson(Map<String, dynamic> json) =>
    _$TextInputFromJson(json);