ContactBased<T extends HasUuid> class abstract

Inheritance
Mixed in types
Implementers

Constructors

ContactBased()
ContactBased.contactBasedFromJson(Map<String, dynamic> json)
factory
ContactBased.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pairinherited
address String?
getter/setter pair
address2 String?
getter/setter pair
city String?
getter/setter pair
country String?
getter/setter pair
createdTime int?
getter/setter pairinherited
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ T?
getter/setter pairinherited
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
zip String?
getter/setter pair

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
contactBasedString([String? toStringBody]) String
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getId() → T?
inherited
getName() String
inherited
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(T? id) → dynamic
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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