isEdgeGroupAll method

bool isEdgeGroupAll()

Implementation

bool isEdgeGroupAll() {
  return name.startsWith(GROUP_EDGE_ALL_STARTS_WITH) &&
      name.endsWith(GROUP_EDGE_ALL_ENDS_WITH);
}