CrmLead class

Constructors

CrmLead({int? isPro, String? firstName, String? lastName, String? email, String? website, String? mobilePhone, String? mobilePrefix, String? fixPhone, String? fixPrefix, int? organisationId, String? street, String? zip, String? city, String? state, String? country, int? statusId, String? comment, String? mainLanguage, String? secondaryLanguage, int? crmOrganisationId, int? id, String? uuid, int? createdBy, int? createdAt, int? deletedAt, CrmStatus? status, String? thumbnail})
CrmLead.fromJson(Map<String, dynamic> json)

Properties

city String?
getter/setter pair
comment String?
getter/setter pair
country String?
getter/setter pair
createdAt int?
getter/setter pair
createdBy int?
getter/setter pair
crmOrganisationId int?
getter/setter pair
deletedAt int?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
fixPhone String?
getter/setter pair
fixPrefix String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isPro int?
getter/setter pair
lastName String?
getter/setter pair
mainLanguage String?
getter/setter pair
mobilePhone String?
getter/setter pair
mobilePrefix String?
getter/setter pair
organisationId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryLanguage String?
getter/setter pair
state String?
getter/setter pair
status CrmStatus?
getter/setter pair
statusId int?
getter/setter pair
street String?
getter/setter pair
thumbnail String?
getter/setter pair
uuid String?
getter/setter pair
website String?
getter/setter pair
zip String?
getter/setter pair

Methods

copyWith({int? isPro, String? firstName, String? lastName, String? email, String? website, String? mobilePhone, String? mobilePrefix, String? fixPhone, String? fixPrefix, int? organisationId, String? street, String? zip, String? city, String? state, String? country, int? statusId, String? comment, String? mainLanguage, String? secondaryLanguage, int? crmOrganisationId, int? id, String? uuid, int? createdBy, int? createdAt, int? deletedAt, CrmStatus? status, String? thumbnail}) CrmLead
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