refactor(mobile): open api dto upgrade ()

This commit is contained in:
Jason Rasmussen 2024-09-23 15:41:41 -04:00 committed by GitHub
parent 3008050e4c
commit ad33ce5938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
197 changed files with 205 additions and 288 deletions
mobile/openapi/lib

View file

@ -166,7 +166,6 @@ class ApiClient {
/// Returns a native instance of an OpenAPI class matching the [specified type][targetType].
static dynamic fromJson(dynamic value, String targetType, {bool growable = false,}) {
upgradeDto(value, targetType);
try {
switch (targetType) {
case 'String':