V2TimMember constructor

V2TimMember(
  1. String? userId,
  2. int? role
)

Implementation

V2TimMember(
  this.userId,
  this.role,
);