FieldSelector constructor

FieldSelector({
  1. List<FieldReference>? fields,
})

Implementation

FieldSelector({
  this.fields,
});