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