StopLostModeStatus.fromJson constructor

StopLostModeStatus.fromJson(
  1. Map json_
)

Implementation

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