SourceConfig.createFromUrl constructor
- String url,
- SourceType type
Creates a SourceConfig from the given url
and type
Implementation
factory SourceConfig.createFromUrl(String url, SourceType type) {
return SourceConfig(url: url, type: type);
}
Creates a SourceConfig from the given url
and type
factory SourceConfig.createFromUrl(String url, SourceType type) {
return SourceConfig(url: url, type: type);
}