ContactCustomFields class

Extra contact fields.

Annotations
  • @freezed

Constructors

ContactCustomFields({@JsonKey(name: 'company') String? company, @JsonKey(name: 'department') String? department, @JsonKey(name: 'title') String? title, @JsonKey(name: 'mobile_phone') String? mobilePhone, @JsonKey(name: 'source') String? source, @JsonKey(name: 'ad_uid') String? aDUid})
const
factory
ContactCustomFields.fromJson(Map<String, dynamic> json)
factory

Properties

aDUid String?
User UUID in Active Directory.
no setterinherited
company String?
Company.
no setterinherited
copyWith → $ContactCustomFieldsCopyWith<ContactCustomFields>
no setterinherited
department String?
Department.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mobilePhone String?
MobilePhone.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Import source.
no setterinherited
title String?
Title.
no setterinherited

Methods

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

Operators

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