UserProfileImageUpdateTable class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table UserProfileImageTable
The table instance that this update table operates on.
finalinherited

Methods

createdAt(DateTime value) → ColumnValue<DateTime, DateTime>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path(String value) → ColumnValue<String, String>
storageId(String value) → ColumnValue<String, String>
toString() String
A string representation of this object.
inherited
url(Uri value) → ColumnValue<Uri, Uri>
userProfileId(UuidValue value) → ColumnValue<UuidValue, UuidValue>

Operators

operator ==(Object other) bool
The equality operator.
inherited