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