rename stuff
This commit is contained in:
+6
-6
@@ -21,11 +21,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<AlbumPermissionResponseDto> albumPermissions (default value: const [])
|
||||
test('to test the property `albumPermissions`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String albumThumbnailAssetId
|
||||
test('to test the property `albumThumbnailAssetId`', () async {
|
||||
// TODO
|
||||
@@ -96,12 +91,17 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Deprecated in favor of albumPermissions
|
||||
// Deprecated in favor of users
|
||||
// List<UserResponseDto> sharedUsers (default value: const [])
|
||||
test('to test the property `sharedUsers`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<AlbumUserResponseDto> sharedUsersV2 (default value: const [])
|
||||
test('to test the property `sharedUsersV2`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DateTime startDate
|
||||
test('to test the property `startDate`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user