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