JSONKey constructor

const JSONKey(
  1. SDartJson parentJSON,
  2. dynamic key
)

Implementation

const JSONKey(this.parentJSON, this.key);