Suffix constructor

Suffix({
  1. String? customSuffix,
  2. String? option,
})

Implementation

Suffix({
  this.customSuffix,
  this.option,
});