User class

Constructors

User(MethodChannel _channel)

Properties

channel MethodChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Map<String, Object?>? properties) → void
increment(Map<String, Object?>? properties) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Map<String, Object?>? properties) → void
set(Map<String, Object?>? properties) → void
setEmail(String email) → void
setOnce(Map<String, Object?>? properties) → void
setSms(String mobile) → void
setWhatsApp(String mobile) → void
toString() String
A string representation of this object.
inherited
unSet(List<String?> keys) → void
unSetEmail(String email) → void
unSetSms(String mobile) → void
unSetWhatsApp(String mobile) → void

Operators

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