AvailableCommand constructor
AvailableCommand({
- required String name,
- required String description,
- AvailableCommandInput? input,
- AcpJsonObject? meta,
Creates a AvailableCommand value.
Implementation
AvailableCommand({
required this.name,
required this.description,
this.input,
this.meta,
});