mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? file(
    1. _PlaySourceWithFile value
    )?,
  2. TResult? network(
    1. _PlaySourceWithNetwork value
    )?,
})
inherited

Implementation

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