RecentDeviceActivity.fromJson constructor

RecentDeviceActivity.fromJson(
  1. Map json_
)

Implementation

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