end property

String end

Implementation

String get end => _end;
void end=(String s)

Implementation

set end(String s) {
  _end = s;
  notify();
}