ListContactListsResponse class

Constructors

ListContactListsResponse({List<ContactList>? contactLists, String? nextToken})
ListContactListsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactLists List<ContactList>?
The available contact lists.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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