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