NewLoxReader constructor

NewLoxReader(
  1. String url, {
  2. bool cacheFirst = true,
})

Implementation

NewLoxReader(this.url, {this.cacheFirst = true}) : super(url);