CSV.from constructor

CSV.from({String url, String delimiter: ",", bool title: true })

Read from URLS

Implementation

CSV.from({this.url, this.delimiter=",", this.title=true}){
  _futureDone = _init();
}