GetContactListResponse class

Constructors

GetContactListResponse({String? contactListName, DateTime? createdTimestamp, String? description, DateTime? lastUpdatedTimestamp, List<Tag>? tags, List<Topic>? topics})
GetContactListResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactListName String?
The name of the contact list.
final
createdTimestamp DateTime?
A timestamp noting when the contact list was created.
final
description String?
A description of what the contact list is about.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimestamp DateTime?
A timestamp noting the last time the contact list was updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The tags associated with a contact list.
final
topics List<Topic>?
An interest group, theme, or label within a list. A contact list can have multiple topics.
final

Methods

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

Operators

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