PostageLabel constructor
PostageLabel(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- int? dateAdvance,
- String? integratedForm,
- DateTime? labelDate,
- String? labelEpl2Url,
- String? labelFile,
- String? labelFileType,
- String? labelPdfUrl,
- int? labelResolution,
- String? labelSize,
- String? labelType,
- String? labelUrl,
- String? labelZplUrl
)
Implementation
PostageLabel(
id,
createdAt,
updatedAt,
objectType,
mode,
this.dateAdvance,
this.integratedForm,
this.labelDate,
this.labelEpl2Url,
this.labelFile,
this.labelFileType,
this.labelPdfUrl,
this.labelResolution,
this.labelSize,
this.labelType,
this.labelUrl,
this.labelZplUrl,
) : super(id, createdAt, updatedAt, objectType, mode);