Format constructor
const
Format(
- String format, {
- int chance = 1,
- List<
StringTransformer> transformers = const [],
Implementation
const Format(this.format, {this.chance = 1, this.transformers = const []});