hint property
- @JsonKey.new(name: 'hint', fromJson: _decodeTextCommandInputHint, toJson: _encodeTextCommandInputHint, includeIfNull: false, required: true)
final
A hint to display when the input hasn't been provided yet
Implementation
@JsonKey(
name: 'hint',
fromJson: _decodeTextCommandInputHint,
toJson: _encodeTextCommandInputHint,
includeIfNull: false,
required: true,
)
final String hint;