prefix property

  1. @override
set prefix (String prefix)
override

Implementation

@override
set prefix(String prefix) {
  _prefix = prefix;
}