AtContact class

Constructors

AtContact({ContactType? type, String? atSign, List<ContactCategory>? categories, bool? favourite, bool? blocked, List<String>? personas, Map? tags, String? clazz, int? version, DateTime? createdOn, DateTime? updatedOn})
AtContact.fromJson(Map json)

Properties

atSign String?
getter/setter pair
blocked bool?
getter/setter pair
categories List<ContactCategory>?
getter/setter pair
clazz String?
getter/setter pair
createdOn DateTime?
getter/setter pair
favourite bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
personas List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map?
getter/setter pair
type ContactType?
getter/setter pair
updatedOn DateTime?
getter/setter pair
version int?
getter/setter pair

Methods

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