TextInputValue.fromJson constructor
TextInputValue.fromJson(
- Map json_
Implementation
TextInputValue.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);
TextInputValue.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);