abstract class with factory #1027
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
Hi.
I have problem
as above function. If I want to parse object by factory
.fromJson
I can't use generic type because abstract class don't support factory without body.If abstract class support factory I can do as below
The text was updated successfully, but these errors were encountered: