WindowRectanglesCompanion class

Inheritance

Constructors

WindowRectanglesCompanion({Value<int> id = const Value.absent(), Value<double?> width = const Value.absent(), Value<double?> height = const Value.absent(), Value<double?> dx = const Value.absent(), Value<double?> dy = const Value.absent()})
const
WindowRectanglesCompanion.insert({Value<int> id = const Value.absent(), Value<double?> width = const Value.absent(), Value<double?> height = const Value.absent(), Value<double?> dx = const Value.absent(), Value<double?> dy = const Value.absent()})

Properties

dx Value<double?>
final
dy Value<double?>
final
hashCode int
The hash code for this object.
no setterinherited
height Value<double?>
final
id Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width Value<double?>
final

Methods

copyWith({Value<int>? id, Value<double?>? width, Value<double?>? height, Value<double?>? dx, Value<double?>? dy}) WindowRectanglesCompanion
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toColumns(bool nullToAbsent) Map<String, Expression<Object>>
Converts this object into a map of column names to expressions to insert or update.
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

custom({Expression<int>? id, Expression<double>? width, Expression<double>? height, Expression<double>? dx, Expression<double>? dy}) Insertable<WindowRectangleRow>