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