APIContact class Null safety

Contact information for the exposed API.

Inheritance

Constructors

APIContact({String? name, Uri? url, String? email})
APIContact.empty()

Properties

castMap Map<String, Cast>?
read-onlyinherited
email String?
The email address of the contact person/organization.
read / write
extensions Map<String, dynamic>
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
name String?
The identifying name of the contact person/organization.
read / write
referenceURI Uri?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url Uri?
The URL pointing to the contact information.
read / write

Methods

decode(KeyedArchive object) → void
override
encode(KeyedArchive object) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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