CustomAppConfig.fromJson constructor
CustomAppConfig.fromJson(
- Map json_
Implementation
CustomAppConfig.fromJson(core.Map json_)
: this(
userUninstallSettings: json_['userUninstallSettings'] as core.String?,
);