includes property
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,
};