Contact class

コンタクト情報。

Mixed in types

Constructors

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

Properties

attributes Map<String, dynamic>?
汎用データプロパティ
getter/setter pairinherited
beaconId String?
ビーコンID
getter/setter pair
beaconSpotCd String?
ビーコンスポットコード
getter/setter pair
contactClassCd String?
コンタクト種別
getter/setter pair
contactDate DateTime?
日時
getter/setter pair
contactItemName String?
イベント名称
getter/setter pair
contactItemNo String?
イベント番号
getter/setter pair
contactMethodClassCd String?
コンタクト方法種別
getter/setter pair
contactNo String?
コンタクト番号
getter/setter pair
couponCd String?
クーポンコード
getter/setter pair
depositNo String?
入金番号
getter/setter pair
entryNo String?
申込番号
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
placeCd String?
場所
getter/setter pair
point int?
ポイント数
getter/setter pair
quantity int?
数量
getter/setter pair
remarks String?
備考
getter/setter pair
rssi int?
受信電波強度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stampRallyCd String?
スタンプラリーコード
getter/setter pair
stampRallySpotCd String?
スタンプラリースポットコード
getter/setter pair
statusCd 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