Trim constructor

const Trim({
  1. required ExprRef expr,
  2. TrimWhereField? trimWhere,
  3. ExprRef? trimWhat,
})

Implementation

const Trim({
  required this.expr,
  this.trimWhere,
  this.trimWhat,
});