toJson method

Map<String, dynamic> toJson()

Implementation

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