EtebaseInvitationListResponse class

The dart binding of the EtebaseInvitationListResponse rust class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Destroy the object
getData() Future<List<EtebaseSignedInvitation>>
List of invitations included in the response
getIterator() Future<String>
Iterator for the list response
isDone() Future<bool>
Indicates whether there is no more data to fetch
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