ContactModel class

Constructors

ContactModel({int? id, int? isPro, int? userId, int? proId, String? uniqueId, int? lastContactDate, String? phone, String? firstName, String? lastName, String? infoName, String? thumbnail, String? comment, int? arckipel, String? userDisplayName, String? proDisplayname, String? firebaseId})
ContactModel.fromJson(Map<String, dynamic> json)

Properties

arckipel int?
getter/setter pair
comment String?
getter/setter pair
firebaseId String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
infoName String?
getter/setter pair
isPro int?
getter/setter pair
lastContactDate int?
getter/setter pair
lastName String?
getter/setter pair
phone String?
getter/setter pair
proDisplayname String?
getter/setter pair
proId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail String?
getter/setter pair
uniqueId String?
getter/setter pair
userDisplayName String?
getter/setter pair
userId int?
getter/setter pair

Methods

getFirstChar() String
getName() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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