isSuperScope method

bool isSuperScope(
  1. DartScope other
)

Implementation

bool isSuperScope(DartScope other) {
  return other._id >= _id;
}