mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? file(
- _PlaySourceWithFile value
- TResult? network(
- _PlaySourceWithNetwork value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(_PlaySourceWithFile value)? file,
TResult? Function(_PlaySourceWithNetwork value)? network,
}) =>
throw _privateConstructorUsedError;