StampHistory class

スタンプ履歴情報。

Mixed in types

Constructors

StampHistory()
StampHistory.fromMap(Map<String, dynamic> map)
factory

Properties

attributes Map<String, dynamic>?
汎用データプロパティ
getter/setter pairinherited
contactClassCd String?
コンタクト種別
getter/setter pair
contactDate DateTime?
コンタクト日時
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stampRallyCd String?
スタンプラリーコード
getter/setter pair
stampRallyName String?
スタンプラリー名称
getter/setter pair
stampRallySpotCd String?
スタンプラリースポットコード
getter/setter pair
stampRallySpotName String?
スタンプラリースポット名称
getter/setter pair

Methods

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

Operators

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