fromMap static method

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

Builds a tracked model from a column/value map.

Implementation

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