build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$Environment build() {
final _$result = _$v ??
new _$Environment._(
appTitle: appTitle,
environment: environment,
defaultOrganizationToken: defaultOrganizationToken,
websocketEndpoint: websocketEndpoint,
websocketToken: websocketToken,
themePrimarySwatch: themePrimarySwatch,
initializeMainState: initializeMainState,
forceLocal: forceLocal,
forceDarkMode: forceDarkMode,
appStoreSandbox: appStoreSandbox,
appleAppStorePassword: appleAppStorePassword,
apiEndpoint: apiEndpoint,
stage: stage);
replace(_$result);
return _$result;
}