CaseWhen<T extends Object, R extends Object> class

A single when-then case for CASE WHEN expression in sqlite.

Constructors

CaseWhen(Expression<T> when, {required Expression<R> then})
Creates a single case with expression for when and expression for then.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
then Expression<R>
Expression to use after THEN
final
when Expression<T>
Expression to use after WHEN
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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