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
I have found #5, but this issue seems to have not been resolved subsequently.My expectation is similar to #5 (comment).
Expected results
The fromJson function of InstructionUnion can automatically call the fromJson function of TimelineAddEntries and other classes according to the property type to construct.
Steps to reproduce
When an entity contains
oneOf
I have found #5, but this issue seems to have not been resolved subsequently.My expectation is similar to #5 (comment).
Expected results
The
fromJson
function ofInstructionUnion
can automatically call thefromJson
function ofTimelineAddEntries
and other classes according to the propertytype
to construct.Actual results
It only returns
InstructionUnion()
Your OpenApi snippet
Code sample
Code sample
Logs
No response
Dart version and used packages versions
Dart version
3.5.0
Packages version
The text was updated successfully, but these errors were encountered: