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