length property

int get length

Returns the length of the list of attributes contained in this mix.

This includes both visual and variant attributes.

Implementation

int get length => values.length;