CustomTier constructor

const CustomTier(
  1. String name,
  2. String pattern
)

Implementation

const CustomTier(this.name, this.pattern);