build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$GHeroNoVarsData_hero build() {
  final _$result = _$v ??
      new _$GHeroNoVarsData_hero._(
          G__typename: BuiltValueNullFieldError.checkNotNull(
              G__typename, 'GHeroNoVarsData_hero', 'G__typename'),
          id: BuiltValueNullFieldError.checkNotNull(
              id, 'GHeroNoVarsData_hero', 'id'),
          name: BuiltValueNullFieldError.checkNotNull(
              name, 'GHeroNoVarsData_hero', 'name'));
  replace(_$result);
  return _$result;
}