$FieldReference constructor

$FieldReference({
  1. String? fieldPath,
})

Implementation

$FieldReference({
  this.fieldPath,
});