HighlightField constructor

HighlightField({
  1. String? type,
  2. int? fragmentSize,
  3. int? numberOfFragments,
  4. String? order,
})

Implementation

HighlightField({
  this.type,
  this.fragmentSize,
  this.numberOfFragments,
  this.order,
});