value property

String get value

Implementation

String get value {
  switch (this) {
    case LayrzProtocolVersion.v2:
    default:
      return 'v2';
  }
}