DataHistory constructor

DataHistory(
  1. int RecordId,
  2. String TableName,
  3. String Date,
  4. String Time,
  5. int Size, {
  6. String? RequestData,
  7. String? ResponseData,
})

Implementation

DataHistory(this.RecordId, this.TableName, this.Date, this.Time, this.Size,
    {this.RequestData, this.ResponseData});