FetchHistory constructor

FetchHistory(
  1. int? RecordId,
  2. String? TableName,
  3. String? Pages,
  4. int TotalRecord,
  5. int? Success,
)

Implementation

FetchHistory(this.RecordId, this.TableName, this.Pages, this.TotalRecord,
    this.Success);