ContentContact class
Constructors
- ContentContact(Map rawData)
Properties
- first_name → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- last_name → String?
-
no setter
- phone_number → String?
-
no setter
- rawData ↔ Map
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user_id → int?
-
no setter
- vcard → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map - return original data json
-
toMap(
) → Map - return original data json
-
toString(
) → String -
return string data encode json original data
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited