Field constructor

Field(
  1. String? fieldName,
  2. dynamic fieldValue
)

Implementation

Field(this.fieldName, this.fieldValue);