AccessorUserPartial class
Partial projection for AccessorUser.
All fields are nullable; intended for subset SELECTs.
Constructors
- AccessorUserPartial({int? id, String? firstName, String? lastName, String? email})
-
const
-
AccessorUserPartial.fromRow(Map<
String, Object?> row) -
Creates a partial from a database row map.
factory
Properties
Methods
-
copyWith(
{Object? id = _copyWithSentinel, Object? firstName = _copyWithSentinel, Object? lastName = _copyWithSentinel, Object? email = _copyWithSentinel}) → AccessorUserPartial -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
) → $AccessorUser - 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