Credentials class
A class that holds the credentials required for API access.
- Implementers
Constructors
- Credentials({required String apiKey})
-
Creates an instance of Credentials with the given
apiKey
.
Properties
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