ForceUpdateRemoteData class

Constructors

ForceUpdateRemoteData({String? androidVersionName, String? androidVersionCode, String? iosVersionName, String? iosVersionCode, bool? androidPriorityIsHigh, bool? iosPriorityIsHigh, String? message})
ForceUpdateRemoteData.fromJson(Map<String, dynamic> json)

Properties

androidPriorityIsHigh bool?
getter/setter pair
androidVersionCode String?
getter/setter pair
androidVersionName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosPriorityIsHigh bool?
getter/setter pair
iosVersionCode String?
getter/setter pair
iosVersionName String?
getter/setter pair
message String?
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
toString() String
A string representation of this object.
inherited

Operators

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