toValue method
Implementation
String toValue() {
switch (this) {
case UtcTiming.none:
return 'NONE';
case UtcTiming.httpHead:
return 'HTTP-HEAD';
case UtcTiming.httpIso:
return 'HTTP-ISO';
}
}
String toValue() {
switch (this) {
case UtcTiming.none:
return 'NONE';
case UtcTiming.httpHead:
return 'HTTP-HEAD';
case UtcTiming.httpIso:
return 'HTTP-ISO';
}
}