abbr property

String abbr

Implementation

String get abbr => pattern.abbr == "" ? "$root" : "$root ${pattern.abbr}";