property property

String property

Implementation

String get property => isIE7 ? '*${_property!.name}' : _property!.name;