value property
String
get
value
Implementation
String get value {
switch (this) {
case InlineEncodingType.eightBit:
return "8BIT";
case InlineEncodingType.base64:
return "BASE64";
}
}