value property

int value

Implementation

int get value {
  switch (this) {
    case Weight.calculating:
      return 65534;
  }
}