toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case BlueprintType.os:
      return 'os';
    case BlueprintType.app:
      return 'app';
  }
}