toStackAttributesKeys method
Implementation
StackAttributesKeys toStackAttributesKeys() {
switch (this) {
case 'Color':
return StackAttributesKeys.color;
}
throw Exception('$this is not known in enum StackAttributesKeys');
}
StackAttributesKeys toStackAttributesKeys() {
switch (this) {
case 'Color':
return StackAttributesKeys.color;
}
throw Exception('$this is not known in enum StackAttributesKeys');
}