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