isRootPath method

bool isRootPath(
  1. String path
)

Implementation

bool isRootPath(String path) => path == _address;