toJson method
Stable operation data used in migration checksums and reports.
Implementation
@override
Map<String, Object?> toJson() => {
'kind': 'dropConstraint',
'table': table,
if (namespace != null) 'namespace': namespace,
'constraint': constraint,
};