mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? fetch()?,
- TResult? selectServiceDefinition()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(ServiceDefinitionFetchEvent value)? fetch,
TResult? Function(ServiceDefinitionSelectionEvent value)?
selectServiceDefinition,
}) =>
throw _privateConstructorUsedError;