hint property

  1. @JsonKey.new(name: 'hint', fromJson: _decodeTextCommandInputHint, toJson: _encodeTextCommandInputHint, includeIfNull: false, required: true)
String hint
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;