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