PushAPIInitializeOptions class

Constructors

PushAPIInitializeOptions({void progressHook(ProgressHookType)?, String? account, ENV env = ENV.prod, String? version = Constants.ENC_TYPE_V3, Map<String, Map<String, String>>? versionMeta, bool autoUpgrade = true, String? origin, bool showHttpLog = false})

Properties

account String?
getter/setter pair
autoUpgrade bool
getter/setter pair
env ENV
final
hashCode int
The hash code for this object.
no setterinherited
origin String?
getter/setter pair
progressHook ↔ void Function(ProgressHookType)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHttpLog bool
getter/setter pair
version String?
getter/setter pair
versionMeta Map<String, Map<String, String>>?
getter/setter pair

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