AckRecord constructor
AckRecord({})
Implementation
AckRecord({
required this.acknowledged,
this.acknowledgedAt,
this.note,
this.acknowledgedBy,
Map<String, Object?>? extras,
}) : extras = extras ?? {};
AckRecord({
required this.acknowledged,
this.acknowledgedAt,
this.note,
this.acknowledgedBy,
Map<String, Object?>? extras,
}) : extras = extras ?? {};