ResponseRF constructor

ResponseRF({
  1. String? Command,
  2. String? Tag,
  3. bool? Success,
  4. String? Message,
  5. String? ServerRecordId,
  6. String? RecordId,
  7. int? TotalRecord,
  8. int? PageNo,
  9. int? PageSize,
  10. ApiPackets? ApiPacket,
  11. int? Status,
})

Implementation

ResponseRF({
  this.Command,
  this.Tag,
  this.Success,
  this.Message,
  this.ServerRecordId,
  this.RecordId,
  this.TotalRecord,
  this.PageNo,
  this.PageSize,
  this.ApiPacket,
  this.Status,
});