AppInfo class

Constructors

AppInfo.new({String version = "", int build = 0, bool googleLoginEnabled = true, bool mediaPlayerEnabled = true, int orderNumber = 1, String suggestedUrl = "", bool hideNupale = false, bool hideCasete = false, bool hideWallet = false})
DEPRECATED
AppInfo.fromJSON(dynamic data)

Properties

build int
getter/setter pair
googleLoginEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideCasete bool
getter/setter pair
hideNupale bool
getter/setter pair
hideWallet bool
getter/setter pair
mediaPlayerEnabled bool
getter/setter pair
orderNumber int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedUrl String
getter/setter pair
version String
getter/setter pair

Methods

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

Operators

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