JObject.fromReference constructor

JObject.fromReference(
  1. JReference reference
)

Constructs a JObject with the underlying reference.

Implementation

JObject.fromReference(this.reference);