NotificarePass class

Annotations
  • @JsonSerializable(anyMap: true, explicitToJson: true)
  • @NotificareIsoDateTimeConverter()

Constructors

NotificarePass({required String id, required String? type, required int version, required String? passbook, required String? template, required String serial, required String barcode, required String redeem, required List<NotificarePassRedemption> redeemHistory, required int limit, required String token, required Map<String, dynamic> data, required DateTime date, required String? googlePaySaveLink})
NotificarePass.fromJson(Map<String, dynamic> json)
factory

Properties

barcode String
final
data Map<String, dynamic>
final
date DateTime
final
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
limit int
final
passbook String?
final
redeem String
final
redeemHistory List<NotificarePassRedemption>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serial String
final
template String?
final
token String
final
type String?
final
version int
final

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