FieldUnionData constructor

FieldUnionData(
  1. String? value,
  2. FieldType type
)

Implementation

FieldUnionData(this.value, this.type);