includeList static method

Implementation

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