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