fromMap static method
Builds a tracked model from a column/value map.
Implementation
static $CustomSoftDelete fromMap(
Map<String, Object?> data, {
ValueCodecRegistry? registry,
}) => _$CustomSoftDeleteDefinition.fromMap(data, registry: registry);