anyFormat method Null safety
- [bool anyFormat = true]
Adds an optional qualifier to accept any format
Receives bool for anyFormat default value: true
Implementation
Quality anyFormat([bool anyFormat = true]) {
_anyFormat = anyFormat;
return this;
}