fromMap static method

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

Builds a tracked model from a column/value map.

Implementation

static $CustomSoftDelete fromMap(
  Map<String, Object?> data, {
  ValueCodecRegistry? registry,
}) => _$CustomSoftDeleteDefinition.fromMap(data, registry: registry);