JsonValue constructor

const JsonValue(
  1. String name
)

Configure JsonValue to use this name tag.

Implementation

const JsonValue(this.name);