toStackAttributesKeys method

StackAttributesKeys toStackAttributesKeys()

Implementation

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