build method

  1. @override
_$PlaceAutocompleteMatchedSubstring build()
override

Builds.

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

Implementation

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