SDKUpdateAppParams class
Constructors
- SDKUpdateAppParams({required String platUUID, required String platAppKey, required String platAppSecret, required int platMovedCard})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- platAppKey ↔ String
-
PlatAppKey:鉴权用AppKey
getter/setter pair
- platAppSecret ↔ String
-
PlatAppSecret:鉴权用AppSecret
getter/setter pair
- platMovedCard ↔ int
-
PlatMovedCard:鉴权用MovedCard
getter/setter pair
- platUUID ↔ String
-
PlatUUID:鉴权用UUID
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
-
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited