mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? mode(
    1. RunObjectResponseFormatEnumeration value
    )?,
  2. TResult? responseFormat(
    1. RunObjectResponseFormatResponseFormat value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(RunObjectResponseFormatEnumeration value)? mode,
  TResult? Function(RunObjectResponseFormatResponseFormat value)?
      responseFormat,
}) =>
    throw _privateConstructorUsedError;