AvailableCommandInput.fromJson constructor

AvailableCommandInput.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory AvailableCommandInput.fromJson(Object? json) =>
    availableCommandInputCodec.decode(json);