toResourceValueType method
Implementation
ResourceValueType toResourceValueType() {
switch (this) {
case 'RESOURCE_ID':
return ResourceValueType.resourceId;
}
throw Exception('$this is not known in enum ResourceValueType');
}
ResourceValueType toResourceValueType() {
switch (this) {
case 'RESOURCE_ID':
return ResourceValueType.resourceId;
}
throw Exception('$this is not known in enum ResourceValueType');
}