toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H265Tiles.disabled:
      return 'DISABLED';
    case H265Tiles.enabled:
      return 'ENABLED';
  }
}