Command.fromJson constructor

Command.fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json

Implementation

factory Command.fromJson(Map<String, dynamic> json) =>
    _$CommandFromJson(json);