The prefix displayed before the value.
String get prefix => _prefix;
set prefix(String prefix) { this._prefix = prefix; }