TemplateInfo constructor
TemplateInfo({})
Implementation
TemplateInfo({
this.key = 0,
this.fileSize = 0,
this.checksum = 0,
Uint8List? modifiedDate,
this.fileName = "",
this.modifiedDateRaw = 0})
: this.modifiedDate = modifiedDate != null ? Printer.getDate(modifiedDate): new DateTime(0);