Designation constructor

Designation({
  1. String? abbreviated,
  2. String? expanded,
})

Implementation

Designation({this.abbreviated, this.expanded});