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