toMap static method

Map<String, Object?> toMap(
  1. OrmMigrationRecord model, {
  2. ValueCodecRegistry? registry,
})

Implementation

static Map<String, Object?> toMap(
  OrmMigrationRecord model, {
  ValueCodecRegistry? registry,
}) => definition.toMap(model.toTracked(), registry: registry);