Format constructor

const Format(
  1. String format, {
  2. int chance = 1,
  3. List<StringTransformer> transformers = const [],
})

Implementation

const Format(this.format, {this.chance = 1, this.transformers = const []});