isReference property

bool get isReference

true when this is a class or array type.

Implementation

bool get isReference => JniType.isReference(descriptor);