Datasource constructor

const Datasource({
  1. String? url,
})

Implementation

const Datasource({this.url});