Format class

Constructors

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

Properties

chance int
final
format String
final
hashCode int
The hash code for this object.
no setterinherited
keys List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformers List<StringTransformer>
final

Methods

copyWith({String? format, int? chance, List<StringTransformer>? transformers}) Format
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(List<String> values) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited