AuditRecords class
Container for a list of audit records.
Constructors
- 
          AuditRecords({int? limit, int? offset, List<AuditRecordBean> ? records, int? total})
- 
          AuditRecords.fromJson(Map<String, Object?> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- limit → int?
- 
  The requested or default limit on the number of audit items to be
returned.
  final
- offset → int?
- 
  The number of audit items skipped before the first item in this list.
  final
- 
  records
  → List<AuditRecordBean> 
- 
  The list of audit items.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- total → int?
- 
  The total number of audit items returned.
  final
Methods
- 
  copyWith({int? limit, int? offset, List< AuditRecordBean> ? records, int? total}) → AuditRecords
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, Object?> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited