refreshRelations static method

Future<MenuItemModel> refreshRelations(
  1. MenuItemModel model
)

Implementation

static Future<MenuItemModel> refreshRelations(MenuItemModel model) async {
  return model.copyWith();
}