value property

String value

Implementation

String get value {
  switch (this) {
    case MapScale.scale1:
      return "1";
    case MapScale.scale2:
      return "2";
    case MapScale.scale4:
      return "4";
  }
}