Contact constructor
const
Contact({
- String? id,
- String? displayName,
- Photo? photo,
- Name? name,
- List<
Phone> phones = const [], - List<
Email> emails = const [], - List<
Address> addresses = const [], - List<
Organization> organizations = const [], - List<
Website> websites = const [], - List<
SocialMedia> socialMedias = const [], - List<
Event> events = const [], - List<
Relation> relations = const [], - List<
Note> notes = const [], - AndroidData? android,
- ContactMetadata? metadata,
Implementation
const Contact({
this.id,
this.displayName,
this.photo,
this.name,
this.phones = const [],
this.emails = const [],
this.addresses = const [],
this.organizations = const [],
this.websites = const [],
this.socialMedias = const [],
this.events = const [],
this.relations = const [],
this.notes = const [],
this.android,
this.metadata,
});