mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? page(
- PagePagination value
- TResult? cursor(
- CursorPagination value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(PagePagination value)? page,
TResult? Function(CursorPagination value)? cursor,
}) =>
throw _privateConstructorUsedError;