ExpressionDartPlaceholderType class Null safety
- Inheritance
-
- Object
- DartPlaceholderType
- ExpressionDartPlaceholderType
Constructors
- ExpressionDartPlaceholderType(ColumnType? columnType, Expression? defaultValue)
Properties
- columnType → ColumnType?
-
The sql type of this expression.
final
- defaultValue → Expression?
-
final
- hashCode → int
-
The hash code for this object.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
parameterTypeCode(
[GenerationOptions options = const GenerationOptions()]) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override