type property

Implementation

ProClockType get type => _type;
void type=(ProClockType type)

Implementation

set type(ProClockType type) {
  _type = type;
  notify();
}