Contact class

Inheritance

Constructors

Contact({required String name, required String email, String? phone, String? address, String? directoryEntry})
Contact.fromICalString(String icalString)
factory

Properties

address String?
getter/setter pair
directoryEntry String?
getter/setter pairinherited
email String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pairinherited
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, String? email, String? directoryEntry}) Person
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toICalString() String
override
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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