Configuration class

Constructors

Configuration({required String plaidPublicKey, required String plaidBaseUrl, required String plaidEnvironment, required String environmentPlaidPathAccessToken, required String environmentPlaidPathStripeToken, required String plaidClientId, required String secret})

Properties

environmentPlaidPathAccessToken String
getter/setter pair
environmentPlaidPathStripeToken String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
plaidBaseUrl String
getter/setter pair
plaidClientId String
getter/setter pair
plaidEnvironment String
getter/setter pair
plaidPublicKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
getter/setter pair

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