ExpressionDartPlaceholderType constructor

ExpressionDartPlaceholderType(
  1. ColumnType? columnType,
  2. Expression? defaultValue
)

Implementation

ExpressionDartPlaceholderType(this.columnType, this.defaultValue);