Components constructor

Components({
  1. String? text,
  2. String? type,
  3. num? abbrPriority,
})

Implementation

Components({this.text, this.type, this.abbrPriority});