DeUnaCheckoutEnv class

Server environment.

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
Index of the environment.
final
name String
Name of the environment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
URL of the environment.
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

Static Properties

values List<DeUnaCheckoutEnv>
List of all environment values.
final

Constants

prod → const DeUnaCheckoutEnv
Productions environment.
stg → const DeUnaCheckoutEnv
Staging environment.