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