Value class
Contains the value of a column.
<important> <p>This data type is
deprecated.</p> </important>
Constructors
Properties
-
arrayValues
→ List<
Value> ? -
An array of column values.
final
- bigIntValue → int?
-
A value for a column of big integer data type.
final
- bitValue → bool?
-
A value for a column of BIT data type.
final
- blobValue → Uint8List?
-
A value for a column of BLOB data type.
final
- doubleValue → double?
-
A value for a column of double data type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue → int?
-
A value for a column of integer data type.
final
- isNull → bool?
-
A NULL value.
final
- realValue → double?
-
A value for a column of real data type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue → String?
-
A value for a column of string data type.
final
- structValue → StructValue?
-
A value for a column of STRUCT data type.
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