ListFormatOptions constructor

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

Implementation

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