OvertimeWithChangeInfo constructor
OvertimeWithChangeInfo({
- required OvertimeMeta meta,
- Map<
String, Object> data = const {}, - int? total,
Returns a new OvertimeWithChangeInfo instance.
Implementation
OvertimeWithChangeInfo({
required this.meta,
this.data = const {},
this.total,
});