createAccountChallenge property
SecretChallengeTable
get
createAccountChallenge
Implementation
_i2.SecretChallengeTable get createAccountChallenge {
if (_createAccountChallenge != null) return _createAccountChallenge!;
_createAccountChallenge = _i1.createRelationTable(
relationFieldName: 'createAccountChallenge',
field: EmailAccountRequest.t.createAccountChallengeId,
foreignField: _i2.SecretChallenge.t.id,
tableRelation: tableRelation,
createTable: (foreignTableRelation) =>
_i2.SecretChallengeTable(tableRelation: foreignTableRelation),
);
return _createAccountChallenge!;
}