toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "Command": command,
      "Tag": tag,
      "Success": success,
      "Message": message,
      "ServerRecordId": serverRecordId,
      "RecordId": recordId,
      "TotalRecord": totalRecord,
      "PageNo": pageNo,
      "PageSize": pageSize,
      "ApiPacket": apiPacket.toJson(),
      "Status": status,
    };