selector property

String get selector
override

Implementation

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