mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? video(
- SearchVideo value
- TResult? playlist(
- SearchPlaylist value
- TResult? channel(
- SearchChannel value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(SearchVideo value)? video,
TResult? Function(SearchPlaylist value)? playlist,
TResult? Function(SearchChannel value)? channel,
}) =>
throw _privateConstructorUsedError;