isInitializer property

  1. @override
bool isInitializer
override

Returns true if this instance is the initializer instance, that actually allocated the pointer. Only the initializer instance can free the pointer.

Implementation

@override
bool get isInitializer => _initializer;