BaseX constructor

const BaseX(
  1. String path, {
  2. bool lazy = true,
})

Implementation

const BaseX(this.path, {this.lazy = true});