GetConnectionsFilter constructor
GetConnectionsFilter({
- ConnectionType? connectionType,
- List<
String> ? matchCriteria,
Implementation
GetConnectionsFilter({
this.connectionType,
this.matchCriteria,
});