AvailableCommandInput.fromJson constructor
AvailableCommandInput.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory AvailableCommandInput.fromJson(Object? json) =>
availableCommandInputCodec.decode(json);