refreshRelations static method
Implementation
static Future<BodyComponentModel> refreshRelations(
BodyComponentModel model) async {
return model.copyWith();
}
static Future<BodyComponentModel> refreshRelations(
BodyComponentModel model) async {
return model.copyWith();
}