build method

  1. @override
_$Environment build()
override

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,
          appStoreSandbox: appStoreSandbox,
          appleAppStorePassword: appleAppStorePassword,
          apiEndpoint: apiEndpoint);
  replace(_$result);
  return _$result;
}