RequestSyncDevicesRequest.fromJson constructor

RequestSyncDevicesRequest.fromJson(
  1. Map json_
)

Implementation

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