forUser method
Specify the user ID for the operation.
Implementation
CascadeDeleteBuilder<T> forUser(String userId) {
_userId = userId;
return this;
}
Specify the user ID for the operation.
CascadeDeleteBuilder<T> forUser(String userId) {
_userId = userId;
return this;
}