GetMemberInfoBody constructor

GetMemberInfoBody({
  1. required int classId,
  2. required String userId,
})

Implementation

GetMemberInfoBody({required this.classId, required this.userId});