refreshRelations static method

Implementation

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