values property

Iterable values
override

return the attributes values

Implementation

Iterable get values => keys.map((key) => this[key]);