attachIncludes method

Future<List<TRow>> attachIncludes(
  1. List<TRow> parents
)

Loads this query's includes onto already-fetched parents.

Implementation

Future<List<TRow>> attachIncludes(List<TRow> parents) => _attach(parents);