TGFlavor class

TGFramework's Flavor implementation

Constructors

TGFlavor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Methods

applyMock() bool
Gets Apply Mock
baseUrl() String
Gets Base Url
init(String flavorsConfigFile) → void
Initialize
logLevel() TGLogLevel?
Gets Base Url
mockMappingsFile() String
Gets Base Url
name() String
Gets Base Url
param(String key) → dynamic
Gets param value for given key
removeAllParams() → dynamic
Removes all params
removeParam(String key) → dynamic
Removes param value for given key
setParam(String key, dynamic value) → void
Sets param value for given key