change readonly boolean to role enum

This commit is contained in:
mgabor
2024-04-17 09:31:56 +02:00
parent 9126bf2520
commit 87bc244b68
30 changed files with 297 additions and 141 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ void main() {
// TODO
});
// Deprecated in favor of users
// Deprecated in favor of sharedUsersV2
// List<UserResponseDto> sharedUsers (default value: const [])
test('to test the property `sharedUsers`', () async {
// TODO