prefix property

String prefix

The prefix displayed before the value.

Implementation

String get prefix => _prefix;
void prefix= (String prefix)

Implementation

set prefix(String prefix) {
  this._prefix = prefix;
}