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