includeList static method
ServerHealthConnectionInfoIncludeList
includeList({
- WhereExpressionBuilder<
ServerHealthConnectionInfoTable> ? where, - int? limit,
- int? offset,
- OrderByBuilder<
ServerHealthConnectionInfoTable> ? orderBy, - bool orderDescending = false,
- OrderByListBuilder<
ServerHealthConnectionInfoTable> ? orderByList, - ServerHealthConnectionInfoInclude? include,
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,
);
}