ClientQueryOptions constructor
ClientQueryOptions({
- bool? includeUncontrolled,
- ClientTypes? type,
Implementation
factory ClientQueryOptions({
_i2.bool? includeUncontrolled,
_i3.ClientTypes? type,
}) =>
ClientQueryOptions._(
includeUncontrolled: includeUncontrolled,
type: type?.name ?? _i6.undefined,
);