referenceType property

JObjectRefType get referenceType

Implementation

JObjectRefType get referenceType {
  check();
  return JObjectRefType.fromValue(value.i);
}