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