FieldReference constructor

FieldReference({
  1. String? dateFormat,
  2. String? fieldPath,
})

Implementation

FieldReference({
  this.dateFormat,
  this.fieldPath,
});