Resolution constructor
Resolution({})
Implementation
Resolution({
this.id,
this.documentTypeId,
this.prefix,
this.from,
this.to,
this.consecutive,
this.number,
this.dateFrom,
this.dateTo,
this.technicalKey,
this.isExpired,
this.isActive,
this.createdAt,
this.updatedAt,
});