build method

  1. @override
_$ConfigGitLabSettings build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$ConfigGitLabSettings build() {
  final _$result = _$v ??
      new _$ConfigGitLabSettings._(
          enable: enable,
          secret: secret,
          id: id,
          scope: scope,
          authEndpoint: authEndpoint,
          tokenEndpoint: tokenEndpoint,
          userApiEndpoint: userApiEndpoint);
  replace(_$result);
  return _$result;
}