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