RequestSyncDevicesRequest.fromJson constructor
RequestSyncDevicesRequest.fromJson(
- Map json_
Implementation
RequestSyncDevicesRequest.fromJson(core.Map json_)
: this(
agentUserId: json_['agentUserId'] as core.String?,
async: json_['async'] as core.bool?,
);