MiscKeyword constructor

MiscKeyword({
  1. String? formattedType,
  2. FieldMetadata? metadata,
  3. String? type,
  4. String? value,
})

Implementation

MiscKeyword({
  this.formattedType,
  this.metadata,
  this.type,
  this.value,
});