ListMinOption constructor
const
ListMinOption({
- required ID id,
- FormatOptions optionType = FormatOptions.listMin,
Implementation
const ListMinOption({
required ID id,
super.optionType = FormatOptions.listMin,
}) : super(id: id);