SerialTestPartial class
Partial projection for SerialTest.
All fields are nullable; intended for subset SELECTs.
Constructors
- SerialTestPartial({int? id, String? label})
-
const
-
SerialTestPartial.fromRow(Map<
String, Object?> row) -
Creates a partial from a database row map.
factory
Properties
Methods
-
copyWith(
{Object? id = _copyWithSentinel, Object? label = _copyWithSentinel}) → SerialTestPartial -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
) → $SerialTest - Convert this partial into a full entity.
-
toMap(
) → Map< String, Object?> - Converts this partial to a map with column names as keys.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited