MemberResponse constructor
MemberResponse({})
Returns a new MemberResponse instance.
Implementation
MemberResponse({
required this.createdAt,
this.custom = const {},
this.deletedAt,
this.role,
required this.updatedAt,
required this.user,
required this.userId,
});