NumberLiteralOperand class final

Represents a number literal operand in a SQL expression.

Implemented types

Constructors

NumberLiteralOperand(num value)
Creates a new number literal operand.

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num
The value of the number literal operand.
final

Methods

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

Operators

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