ListFormatOptions constructor
const
ListFormatOptions({
- Type type = Type.and,
- ListStyle style = ListStyle.long,
- LocaleMatcher localeMatcher = LocaleMatcher.bestfit,
Implementation
const ListFormatOptions({
this.type = Type.and,
this.style = ListStyle.long,
this.localeMatcher = LocaleMatcher.bestfit,
});