Configuration class

Constructors

Configuration.new({required String publicKey, required String urlEndpoint, required String authenticationEndpoint})
const

Properties

authenticationEndpoint String
final
hashCode int
The hash code for this object.
no setterinherited
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlEndpoint String
final

Methods

getAuthenticationEndpoint() String
getPublicKey() String
getUrlEndpoint() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited