hasMenu method

bool hasMenu()

Implementation

bool hasMenu() {
  return models!.containsKey('menu');
}