toMap static method
Converts a tracked model to a column/value map.
Implementation
static Map<String, Object?> toMap(
$ScopedUser model, {
ValueCodecRegistry? registry,
}) => _$ScopedUserDefinition.toMap(model, registry: registry);
Converts a tracked model to a column/value map.
static Map<String, Object?> toMap(
$ScopedUser model, {
ValueCodecRegistry? registry,
}) => _$ScopedUserDefinition.toMap(model, registry: registry);