fromMap static method

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

Implementation

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