NiceCascadeOption<T> constructor
const
NiceCascadeOption<T> ({
- required T value,
- required String label,
- List<
NiceCascadeOption< ? children,T> >
Implementation
const NiceCascadeOption({
required this.value,
required this.label,
this.children,
});