FlavorConfig class

Constructors

FlavorConfig({required Flavor flavor, required String authUrl, required String customersUrl, required String vendorsUrl, required String zincSearchUrl, required String cartUrl, required String catalogUrl, required bool showNonMVPFeature})
factory

Properties

authUrl String
final
cartUrl String
final
catalogUrl String
final
customersUrl String
final
flavor Flavor
final
hashCode int
The hash code for this object.
no setterinherited
isDev bool
no setter
isProduction bool
no setter
isStag bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showNonMVPFeature bool
final
vendorsUrl String
final
zincSearchUrl 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

Static Properties

config FlavorConfig
getter/setter pair