ContactObject class
Contact information for the API.
Constructors
- ContactObject({String? name, String? url, String? email})
-
Creates a ContactObject with the given
name,url, andemail.const - ContactObject.fromMap(Map map)
-
Creates a ContactObject from a map.
factory
Properties
- email → String?
-
The email of the contact person/organization.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the contact person/organization.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
The URL of the contact person/organization.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the ContactObject to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited