MoEInitConfig class

Init Config instance to be passed during initialization. If it is not passed default values will be used.

Constructors

MoEInitConfig({required PushConfig pushConfig})
MoEInitConfig Constructor
MoEInitConfig.defaultConfig()
Named Constructor with Default Config

Properties

hashCode int
The hash code for this object.
no setterinherited
pushConfig PushConfig
Instance of PushConfig - Configuration for Handling Push Notification
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