JpDocumentChoice constructor
const
JpDocumentChoice({})
Implementation
const JpDocumentChoice({
Key? key,
required this.list,
required this.selectTitle,
required this.getValue,
required this.selectedValues,
required this.disabled,
}) : super(key: key);