core.Map<core.String, core.dynamic> toJson() => { if (connection != null) 'connection': connection!, if (location != null) 'location': location!, if (tableType != null) 'tableType': tableType!, };