MemberInfo class

Constructors

MemberInfo(String? memberQrCode, String memberId, String phone, String? memberCardId, String name, bool isActive, int point, int? tierPoint, int? keepTierUntil, int? accumulationFrom, int? accumulationTo, String? currentTierCode, String? currentTierName, int? currentTierMinPoint, String? nextTierName, int? nextTierMinPoint, CardType? defaultCardType)

Properties

accumulationFrom int?
final
accumulationTo int?
final
currentTierCode String?
final
currentTierMinPoint int?
final
currentTierName String?
final
defaultCardType CardType?
final
hashCode int
The hash code for this object.
no setterinherited
isActive bool
final
keepTierUntil int?
final
memberCardId String?
final
memberId String
final
memberQrCode String?
final
name String
final
nextTierMinPoint int?
final
nextTierName String?
final
phone String
final
point int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tierPoint int?
final

Methods

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

Operators

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