getResults method

  1. @override
Future<List<Related>> getResults()
override

Get the results of the relationship.

Implementation

@override
Future<List<Related>> getResults() async {
  return query.get();
}