toValue method
Implementation
String toValue() {
switch (this) {
case EndpointType.regional:
return 'REGIONAL';
case EndpointType.edge:
return 'EDGE';
}
}
String toValue() {
switch (this) {
case EndpointType.regional:
return 'REGIONAL';
case EndpointType.edge:
return 'EDGE';
}
}