OvertimeWithChangeInfo constructor

OvertimeWithChangeInfo({
  1. required OvertimeMeta meta,
  2. Map<String, Object> data = const {},
  3. int? total,
})

Returns a new OvertimeWithChangeInfo instance.

Implementation

OvertimeWithChangeInfo({
  required this.meta,
  this.data = const {},
  this.total,
});