toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ClientVersion.$5_1:
      return '5.1';
    case ClientVersion.$5_3:
      return '5.3';
  }
}