CustomAppConfig.fromJson constructor

CustomAppConfig.fromJson(
  1. Map json_
)

Implementation

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