BootstrapOption constructor
const
BootstrapOption({
- required String name,
- required dynamic value,
Implementation
const BootstrapOption({
required this.name,
required this.value,
});