PostageLabel class

Annotations

Constructors

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)
PostageLabel.fromJson(Map<String, dynamic> input)
factory

Properties

createdAt DateTime?
finalinherited
dateAdvance int?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
integratedForm String?
final
labelDate DateTime?
final
labelEpl2Url String?
final
labelFile String?
final
labelFileType String?
final
labelPdfUrl String?
final
labelResolution int?
final
labelSize String?
final
labelType String?
final
labelUrl String?
final
labelZplUrl String?
final
mode String?
finalinherited
objectType String?
finalinherited
prefix String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited