Fixed openapi generation command for mobile

This commit is contained in:
Alex Tran 2022-12-06 16:10:04 -06:00
parent f91bdc2785
commit b5a5363a6a
82 changed files with 363 additions and 4231 deletions

View file

@ -16,23 +16,28 @@ void main() {
// final instance = UsageByUserDto();
group('test UsageByUserDto', () {
// String userId
test('to test the property `userId`', () async {
// TODO
});
// int videos
test('to test the property `videos`', () async {
// TODO
});
// int photos
test('to test the property `photos`', () async {
// TODO
});
// int usageRaw
test('to test the property `usageRaw`', () async {
// TODO
});
// num objects
test('to test the property `objects`', () async {
// TODO
});
// num videos
test('to test the property `videos`', () async {
// TODO
});
// num images
test('to test the property `images`', () async {
// String usage
test('to test the property `usage`', () async {
// TODO
});