isListPath method

bool isListPath(
  1. String path
)

Implementation

bool isListPath(String path) {
  return context.equals(listPath, path);
}