isAccessGranted method

bool isAccessGranted()

Implementation

bool isAccessGranted() {
  return error != null ? error!.isEmpty : true;
}