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
A field is defined as nullable array. Yet it will be generated to have empty List in dart which causes an issue as there is a difference between null and empty List in my case.
SomeObject currently has the field categoryIds which is nullable List in dart. However it is expected that in fromJson, it can differentiate between null and empty array
Logs
No response
Screenshots
No response
Platform
Linux
Library version
4.13.1
Flutter version
3.10.6
Flutter channel
stable
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
A field is defined as nullable array. Yet it will be generated to have empty List in dart which causes an issue as there is a difference between null and empty List in my case.
Steps to reproduce
Expected behavior
SomeObject currently has the field categoryIds which is nullable List in dart. However it is expected that in fromJson, it can differentiate between
null
and empty arrayLogs
No response
Screenshots
No response
Platform
Linux
Library version
4.13.1
Flutter version
3.10.6
Flutter channel
stable
Additional context
No response
The text was updated successfully, but these errors were encountered: