ListUsersResult class

Interface representing the object returned from a _BaseAuth.listUsers operation. Contains the list of users for the current batch and the next page token if available.

Properties

hashCode → int
The hash code for this object.
no setterinherited
pageToken → String?
The next page token if available. This is needed for the next batch download.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
users → List<UserRecord>
The list of UserRecord objects for the current downloaded batch.
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