ListFormatOptions constructor

const ListFormatOptions({
  1. Type type = Type.and,
  2. ListStyle style = ListStyle.long,
  3. LocaleMatcher localeMatcher = LocaleMatcher.bestfit,
})

Implementation

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