DeleteUsersResult class
Represents the result of the _BaseAuth.deleteUsers
.
API.
Properties
-
errors
→ List<
FirebaseArrayIndexError> -
A list of
FirebaseArrayIndexError
instances describing the errors that were encountered during the deletion. Length of this list is equal to the return value of DeleteUsersResult.failureCount.final - failureCount → int
-
The number of user records that failed to be deleted (possibly zero).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successCount → int
-
The number of users that were deleted successfully (possibly zero).
Users that did not exist prior to calling
deleteUsers()
are considered to be successfully deleted.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