Returns true if this instance is the initializer instance, that actually allocated the pointer. Only the initializer instance can free the pointer.
true
@override bool get isInitializer => _initializer;