jsonToDartModel
jsonToDartModel copied to clipboard
Can support the attribute declaration as final?
class MyModel { { final String appName; final Int age; }
What is the usage scenario?Seems unnecessary.
The data is passed from native, only as a read-only attribute, cannot be modified, must be declared as final
sorry,no plan support this feature.