priority property
Priority of this variant.
The priority of a OnNotVariant is determined by the priority of the variant it negates.
Implementation
@override
VariantPriority get priority => variant.priority;
Priority of this variant.
The priority of a OnNotVariant is determined by the priority of the variant it negates.
@override
VariantPriority get priority => variant.priority;