UpdatedRecord constructor
UpdatedRecord({})
Implementation
UpdatedRecord({
this.id,
this.createdAt,
this.updatedAt,
this.requestId,
this.status,
this.meetingId,
this.requestDuration,
});
UpdatedRecord({
this.id,
this.createdAt,
this.updatedAt,
this.requestId,
this.status,
this.meetingId,
this.requestDuration,
});