PostPartial class
Partial projection for Post.
All fields are nullable; intended for subset SELECTs.
Constructors
Properties
Methods
-
copyWith(
{Object? id = _copyWithSentinel, Object? authorId = _copyWithSentinel, Object? title = _copyWithSentinel, Object? content = _copyWithSentinel, Object? views = _copyWithSentinel, Object? publishedAt = _copyWithSentinel}) → PostPartial -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
) → $Post - 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