includeList static method

EmailCreateAccountRequestIncludeList includeList({
  1. WhereExpressionBuilder<EmailCreateAccountRequestTable>? where,
  2. int? limit,
  3. int? offset,
  4. OrderByBuilder<EmailCreateAccountRequestTable>? orderBy,
  5. bool orderDescending = false,
  6. OrderByListBuilder<EmailCreateAccountRequestTable>? orderByList,
  7. EmailCreateAccountRequestInclude? include,
})

Implementation

static EmailCreateAccountRequestIncludeList includeList({
  _i1.WhereExpressionBuilder<EmailCreateAccountRequestTable>? where,
  int? limit,
  int? offset,
  _i1.OrderByBuilder<EmailCreateAccountRequestTable>? orderBy,
  bool orderDescending = false,
  _i1.OrderByListBuilder<EmailCreateAccountRequestTable>? orderByList,
  EmailCreateAccountRequestInclude? include,
}) {
  return EmailCreateAccountRequestIncludeList._(
    where: where,
    limit: limit,
    offset: offset,
    orderBy: orderBy?.call(EmailCreateAccountRequest.t),
    orderDescending: orderDescending,
    orderByList: orderByList?.call(EmailCreateAccountRequest.t),
    include: include,
  );
}