Case class

Implemented types

Constructors

Case.new({required List<CaseCondition> conditions, QField? as, QVar? elseValue})

Properties

as QField?
getter/setter pair
conditions List<CaseCondition>
getter/setter pair
elseValue QVar?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSQL() String
Converts this SQL component to its string representation.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

select({required List<CaseCondition> conditions, QField? as, QVar? elseValue}) QSelectField