single property
NotusAttribute
get
single
Checks that this style has only one attribute, and returns that attribute.
Implementation
NotusAttribute get single => _data.values.single;
Checks that this style has only one attribute, and returns that attribute.
NotusAttribute get single => _data.values.single;