class MyInviteCode { const MyInviteCode({required this.code, required this.usedCount}); final String code; final int usedCount; }