NamespaceFilter class
A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.
Constructors
-
NamespaceFilter({required NamespaceFilterName name, required List<
String> values, FilterCondition? condition})
Properties
- condition → FilterCondition?
-
The operator that you want to use to determine whether
ListNamespaces
returns a namespace. Valid values forcondition
include:final - hashCode → int
-
The hash code for this object.
no setterinherited
- name → NamespaceFilterName
-
Specify
TYPE
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> -
If you specify
EQ
forCondition
, specify eitherDNS_PUBLIC
orDNS_PRIVATE
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited