GetInstanceFilter constructor
Creates a new GetInstanceFilter.
name Name of the filter.
values One or more values to match.
Implementation
const GetInstanceFilter({
required this.name,
required this.values,
});
Creates a new GetInstanceFilter.
name Name of the filter.
values One or more values to match.
const GetInstanceFilter({
required this.name,
required this.values,
});