You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Erroneous code is generated for List<Enum> response data type. The parsed list item is of type String but it is casted as Map<String, dynamic> for Enum factory.
Expected behavior
The list item should be casted as String:
The text was updated successfully, but these errors were encountered:
Describe the bug
Erroneous code is generated for List<Enum> response data type. The parsed list item is of type String but it is casted as Map<String, dynamic> for Enum factory.
Expected behavior
The list item should be casted as String:
The text was updated successfully, but these errors were encountered: