AOption<T> constructor
const
AOption<T> ({
- required String label,
- required T value,
Implementation
const AOption({
required this.label,
required this.value,
});