Contact class

Constructors

Contact({required String id, required String creatorId, required String organizationId, required String name, required String phone, required DateTime createdAt, required DateTime updatedAt})
Contact.fromJson(Map<String, dynamic> json)
factory
Contact.fromString(String jsonString)
factory

Properties

createdAt DateTime
final
creatorId String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
organizationId String
final
phone String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
final

Methods

copyWith({String? id, String? creatorId, String? organizationId, String? name, String? phone, DateTime? createdAt, DateTime? updatedAt}) Contact
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.
override

Operators

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