Contact class
- Annotations
-
- @JsonSerializable.new()
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toJsonis the convention for a class to declare support for serialization to JSON. The implementation simply calls the private, generated helper method_$UserToJson. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited