prefix property

String get prefix

Implementation

String get prefix => name == '' ? '' : '$name.';