toResourceValueType method

ResourceValueType toResourceValueType()

Implementation

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