StorageConnector constructor
StorageConnector({
- required StorageConnectorType connectorType,
- List<
String> ? domains, - String? resourceIdentifier,
Implementation
StorageConnector({
required this.connectorType,
this.domains,
this.resourceIdentifier,
});