forwards property
List<ForwardRule>
get
forwards
All the @forward
rules that appear in this stylesheet.
Implementation
List<ForwardRule> get forwards => UnmodifiableListView(_forwards);
All the @forward
rules that appear in this stylesheet.
List<ForwardRule> get forwards => UnmodifiableListView(_forwards);