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