toJson method

  1. @override
Map<String, Object?> toJson()
override

Stable operation data used in migration checksums and reports.

Implementation

@override
Map<String, Object?> toJson() => {
  'kind': 'backfill',
  'table': tableJson(table),
  'set': set,
  'where': where,
  'doneWhen': doneWhen,
  'batchSize': batchSize,
};