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