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