IMUserList constructor

IMUserList({
  1. String? action,
  2. String? module,
  3. int? code,
  4. List<IMUser>? userList,
})

Implementation

IMUserList({this.action, this.module, this.code, this.userList});