BlockedUserListQuery constructor Null safety

BlockedUserListQuery(
  1. {List<String> userIds = const []}
)

Implementation

BlockedUserListQuery({this.userIds = const []});