toValue method
Implementation
String toValue() {
switch (this) {
case KeyType.hash:
return 'HASH';
case KeyType.range:
return 'RANGE';
}
}
String toValue() {
switch (this) {
case KeyType.hash:
return 'HASH';
case KeyType.range:
return 'RANGE';
}
}