DefaultApplicationSettingAttempt.fromJson constructor

DefaultApplicationSettingAttempt.fromJson(
  1. Map json_
)

Implementation

DefaultApplicationSettingAttempt.fromJson(core.Map json_)
  : this(
      attemptOutcome: json_['attemptOutcome'] as core.String?,
      packageName: json_['packageName'] as core.String?,
    );