current property

String current

Implementation

String get current => _current;
void current=(String s)

Implementation

set current(String s) {
  _current = s.split('.').first;
  notify();
}