ClassTemplateInfo class

Constructors

ClassTemplateInfo({CardBarcodeSectionDetails? cardBarcodeSectionDetails, CardTemplateOverride? cardTemplateOverride, DetailsTemplateOverride? detailsTemplateOverride, ListTemplateOverride? listTemplateOverride})
ClassTemplateInfo.fromJson(Map json_)

Properties

cardBarcodeSectionDetails CardBarcodeSectionDetails?
Specifies extra information to be displayed above and below the barcode.
getter/setter pair
cardTemplateOverride CardTemplateOverride?
Override for the card view.
getter/setter pair
detailsTemplateOverride DetailsTemplateOverride?
Override for the details view (beneath the card view).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listTemplateOverride ListTemplateOverride?
Override for the passes list view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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