toMap static method

Map<String, Object?> toMap(
  1. $ScopedUser model, {
  2. ValueCodecRegistry? registry,
})

Converts a tracked model to a column/value map.

Implementation

static Map<String, Object?> toMap(
  $ScopedUser model, {
  ValueCodecRegistry? registry,
}) => _$ScopedUserDefinition.toMap(model, registry: registry);