toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (numActiveRows != null) 'numActiveRows': numActiveRows!,
if (numRowsProcessed != null) 'numRowsProcessed': numRowsProcessed!,
if (numRowsTotal != null) 'numRowsTotal': numRowsTotal!,
if (numRowsWithErrors != null) 'numRowsWithErrors': numRowsWithErrors!,
if (numWarningsTotal != null) 'numWarningsTotal': numWarningsTotal!,
};