AuditRecords constructor
AuditRecords({
- int? limit,
- int? offset,
- List<
AuditRecordBean> ? records, - int? total,
Implementation
AuditRecords(
{this.limit, this.offset, List<AuditRecordBean>? records, this.total})
: records = records ?? [];