toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (clientAccountId != null) 'clientAccountId': clientAccountId!,
if (clientName != null) 'clientName': clientName!,
if (entityId != null) 'entityId': entityId!,
if (entityName != null) 'entityName': entityName!,
if (entityType != null) 'entityType': entityType!,
if (partnerClientId != null) 'partnerClientId': partnerClientId!,
if (role != null) 'role': role!,
if (status != null) 'status': status!,
if (visibleToSeller != null) 'visibleToSeller': visibleToSeller!,
};