includes property

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

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 => {
  'emailAccount': _emailAccount,
  'challenge': _challenge,
  'setPasswordChallenge': _setPasswordChallenge,
};