build method

  1. @override
_$PlusCode build()
override

Builds.

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

Implementation

@override
_$PlusCode build() {
  final _$result = _$v ??
      new _$PlusCode._(
          globalCode: BuiltValueNullFieldError.checkNotNull(
              globalCode, 'PlusCode', 'globalCode'),
          compoundCode: compoundCode);
  replace(_$result);
  return _$result;
}