AeaCommand.fromJson constructor

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

Implementation

factory AeaCommand.fromJson(Map<String, dynamic> json) => AeaCommand(
  command: json["Command"],
);