ActionEvictUserState constructor

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

Implementation

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