URLBuilder class
Constructors
- URLBuilder(String apiKey, MagicLocale locale)
- URLBuilder.blockchain(String apiKey, SupportedBlockchain chain, String rpcUrl, MagicLocale locale)
- URLBuilder.custom(String apiKey, String rpcUrl, int? chainId, MagicLocale locale)
- URLBuilder.eth(String apiKey, EthNetwork network, MagicLocale locale)
Properties
- apiKey ↔ String
-
getter/setter pair
-
encodedParams
→ Future<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale ↔ MagicLocale
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
url
→ Future<
String> -
no setter
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
Static Properties
- instance ↔ URLBuilder
-
getter/setter pair