mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? postView(
- UReplyRefParentPostView value
- TResult? notFoundPost()?,
- TResult? blockedPost()?,
- TResult? unknown(
- UReplyRefParentUnknown value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(UReplyRefParentPostView value)? postView,
TResult? Function(UReplyRefParentNotFoundPost value)? notFoundPost,
TResult? Function(UReplyRefParentBlockedPost value)? blockedPost,
TResult? Function(UReplyRefParentUnknown value)? unknown,
}) =>
throw _privateConstructorUsedError;