isRecap static method

bool isRecap(
  1. String resource
)

Implementation

static bool isRecap(String resource) {
  return resource.contains('urn:recap:');
}