value property

String get value

Implementation

String get value {
  switch (this) {
    case BodyZone.fullBody: return 'FullBody';
    case BodyZone.upperBody: return 'UpperBody';
    case BodyZone.lowerBody: return 'LowerBody';
  }
}