DataSource.network constructor
DataSource.network(
- String networkUri
Creates a new Network DataSource object with the given uri and type.
Implementation
factory DataSource.network(String networkUri) {
return DataSource._(networkUri, DataSourceType.network);
}