menuBackFlag property
If it has the value True, it indicates that the Back function key (respectively Home function key) may be used to go back to the immediate upper level of the menu. If it has the value False, it indicates that the current menu level has no parent menu.
Implementation
@BuiltValueField(wireName: r'MenuBackFlag')
bool? get menuBackFlag;