FieldSource constructor

FieldSource({
  1. String? aliasRef,
  2. String? columnType,
  3. String? field,
  4. bool? isJson,
  5. String? parentPath,
  6. ProjectedField? projectedField,
})

Implementation

FieldSource({
  this.aliasRef,
  this.columnType,
  this.field,
  this.isJson,
  this.parentPath,
  this.projectedField,
});