build method Null safety

  1. @override
_$OutputLocation build()
override

Builds.

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

Implementation

@override
_$OutputLocation build() {
  final _$result = _$v ??
      new _$OutputLocation._(
          output: BuiltValueNullFieldError.checkNotNull(
              output, 'OutputLocation', 'output'),
          useSymlinks: BuiltValueNullFieldError.checkNotNull(
              useSymlinks, 'OutputLocation', 'useSymlinks'),
          hoist: BuiltValueNullFieldError.checkNotNull(
              hoist, 'OutputLocation', 'hoist'));
  replace(_$result);
  return _$result;
}