SyncRequest.fromJson constructor

SyncRequest.fromJson(
  1. Map json_
)

Implementation

SyncRequest.fromJson(core.Map json_)
    : this(
        agentUserId: json_['agentUserId'] as core.String?,
        requestId: json_['requestId'] as core.String?,
      );