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