TextCommandInput constructor

TextCommandInput({
  1. required String hint,
  2. AcpJsonObject? meta,
})

Creates a TextCommandInput value.

Implementation

TextCommandInput({required this.hint, this.meta});