includes property

  1. @override
Map<String, Include?> includes
override

Map containing the relation field name as key and the Include object for the foreign table as value.

Implementation

@override
Map<String, _i1.Include?> get includes => include?.includes ?? {};