includeList static method

Implementation

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