MemberListCallback constructor

MemberListCallback({
  1. int code = 0,
  2. String desc = '',
  3. int nextSeq = 0,
  4. List<UserInfo>? list,
})

Implementation

MemberListCallback(
    {this.code = 0, this.desc = '', this.nextSeq = 0, this.list});