NullMenuItem constructor

NullMenuItem()

Implementation

factory NullMenuItem() {
  throw UnsupportedError('Should be never instantiatied');
}