withRelations method
applyRelations without the type argument, for the same reason as columnsOf.
Implementation
Object? withRelations(Object? row, Map<String, Object?> relations) =>
applyRelations == null ? row : applyRelations!(row as TRow, relations);