next property
DsBrand
get
next
The other brand — used to compute the next value on toggle.
Implementation
DsBrand get next => switch (this) {
DsBrand.violet => DsBrand.emerald,
DsBrand.emerald => DsBrand.violet,
};