[json_codable] support static fromJson #59579
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
pkg-json
The json macro package
type-enhancement
A request for a change that isn't a bug
json_codable currently check if there is a constructor with fromJson, no check is made for a static method.
use case
In order to support override of a serialization method used for enums. This is a preliminary issue before adding enum support
The text was updated successfully, but these errors were encountered: