$values static method
Wrapper for the IconAlignment.values getter
Implementation
static $Value? $values(Runtime runtime, $Value? target, List<$Value?> args) {
const value = IconAlignment.values;
return $List.view(value, (e) => $IconAlignment.wrap(e));
}