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