refreshRelations method Null safety
- SimpleTextModel model
Implementation
static Future<SimpleTextModel> refreshRelations(SimpleTextModel model) async {
return model.copyWith();
}
static Future<SimpleTextModel> refreshRelations(SimpleTextModel model) async {
return model.copyWith();
}