EMContact class Null safety

Constructors

EMContact.fromJson(Map map)
factory

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
markName → String
备注名称
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
userInfo EMUserInfo?
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setMarkName(String markName) → Future<void>
toJson() → Map
toString() → String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited