TextCommandInput.fromJson constructor

TextCommandInput.fromJson(
  1. Map<String, Object?> json
)

Decodes a schema-validated JSON object.

Implementation

factory TextCommandInput.fromJson(Map<String, Object?> json) =>
    _$TextCommandInputFromJson(json);