JsonLiteral constructor

const JsonLiteral(
  1. String path, {
  2. bool asConst = false,
})

Creates a new JsonLiteral instance.

Implementation

const JsonLiteral(this.path, {this.asConst = false});