toValue method
Implementation
String toValue() {
switch (this) {
case MsSmoothManifestEncoding.utf8:
return 'UTF8';
case MsSmoothManifestEncoding.utf16:
return 'UTF16';
}
}
String toValue() {
switch (this) {
case MsSmoothManifestEncoding.utf8:
return 'UTF8';
case MsSmoothManifestEncoding.utf16:
return 'UTF16';
}
}