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