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