ListContactsResponse class

Constructors

ListContactsResponse({List<Contact>? contacts, String? nextToken})
ListContactsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contacts List<Contact>?
The contacts present in a specific contact list.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A string token indicating that there might be additional contacts available to be listed. Copy this token to a subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
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