Configuration class
Configuration class holding API key, source and version.
Constructors
- Configuration.new(String apiKey)
- Creates a new Configuration.
Properties
- apiKey ↔ String
-
The IP2Location.io API key.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String
-
The SDK type.
final
- sourceVersion → String
-
The version of the SDK.
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