PayEngineConfig class
Represents the configuration for the PayEngine.
Constructors
- PayEngineConfig.new({required String publicKey, String? version, String? scriptURL, int? logLevel})
-
const
Properties
- baseURL → String
-
Returns the base URL for the PayEngine configuration.
no setter
- fullScriptURL → String
-
Returns the full URL of the script.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel → int?
-
final
- publicKey → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptURL → String?
-
final
- version → String?
-
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