isNotRepoBlobRef property

bool get isNotRepoBlobRef

Returns true if this data is not RepoBlobRef, otherwise false.

Implementation

bool get isNotRepoBlobRef => !isRepoBlobRef;