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