toValue method
Implementation
String toValue() {
switch (this) {
case ColorSpaceUsage.force:
return 'FORCE';
case ColorSpaceUsage.fallback:
return 'FALLBACK';
}
}
String toValue() {
switch (this) {
case ColorSpaceUsage.force:
return 'FORCE';
case ColorSpaceUsage.fallback:
return 'FALLBACK';
}
}