selector property

String get selector
override

Implementation

String get selector => inner == null ? 'div' : 'div${inner!.selector}';