add invitation
This commit is contained in:
@@ -3,6 +3,7 @@ class User {
|
||||
String name;
|
||||
String phoneNumber;
|
||||
bool hasSignup;
|
||||
bool invited;
|
||||
List<String> privileges = [];
|
||||
|
||||
String fcsID;
|
||||
|
||||
Reference in New Issue
Block a user