factory GateReaderAeaCommand.fromJson(Map<String, dynamic> json) => GateReaderAeaCommand( command: json["Command"], message: json["Message"], isSuccess: json["IsSuccess"], );