AuthAdminWarning class final
Authentication data for auth admin warning.
Constructors
- AuthAdminWarning({required String code, String? message})
-
Creates an instance of AuthAdminWarning.
const
-
AuthAdminWarning.fromJson(Map<
String, dynamic> json) -
Creates an instance from a JSON map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this value to a JSON-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited