items property
MenuItems to add or update. They will be added in the order they exist in the array.
Implementation
List<MenuItem> get items => _wrapped.items.toDart
.cast<$js.MenuItem>()
.map((e) => MenuItem.fromJS(e))
.toList();
MenuItems to add or update. They will be added in the order they exist in the array.
List<MenuItem> get items => _wrapped.items.toDart
.cast<$js.MenuItem>()
.map((e) => MenuItem.fromJS(e))
.toList();