Selector<T extends Object?> constructor
const
Selector<T extends Object?> ({
- required T primary,
- T? secondary,
- T? ternary,
Implementation
const Selector({
required this.primary,
this.secondary,
this.ternary,
});