forwards property

List<ForwardRule> forwards

All the @forward rules that appear in this stylesheet.

Implementation

List<ForwardRule> get forwards => UnmodifiableListView(_forwards);