toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (rowSynced != null) 'rowSynced': rowSynced!,
if (systemWatermarkTime != null)
'systemWatermarkTime': systemWatermarkTime!,
if (totalSlot != null) 'totalSlot': totalSlot!,
};