StartLostModeStatus.fromJson constructor

StartLostModeStatus.fromJson(
  1. Map json_
)

Implementation

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