prefix property

String prefix

Implementation

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