JsonSqlExpressionBuilderProperty constructor

JsonSqlExpressionBuilderProperty(
  1. JsonSqlExpressionBuilder builder,
  2. String name,
  3. bool isInt
)

Implementation

JsonSqlExpressionBuilderProperty(this.builder, this.name, this.isInt);