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
Deserialization currently assumes that nested builder fields are always instantiated; on migration to null safety this becomes a static error if they return nullable builder, and the compile fails.
The generated code should check if the builder was instantiated or not.
The text was updated successfully, but these errors were encountered:
Deserialization currently assumes that nested builder fields are always instantiated; on migration to null safety this becomes a static error if they return nullable builder, and the compile fails.
The generated code should check if the builder was instantiated or not.
The text was updated successfully, but these errors were encountered: