toValue method
Implementation
String toValue() {
  switch (this) {
    case ContentHandlingStrategy.convertToBinary:
      return 'CONVERT_TO_BINARY';
    case ContentHandlingStrategy.convertToText:
      return 'CONVERT_TO_TEXT';
  }
}String toValue() {
  switch (this) {
    case ContentHandlingStrategy.convertToBinary:
      return 'CONVERT_TO_BINARY';
    case ContentHandlingStrategy.convertToText:
      return 'CONVERT_TO_TEXT';
  }
}