isolateBlocId property

  1. @protected
String? isolateBlocId
getter/setter pair

Id of IsolateBloc. It's needed to find bloc in isolate.

This id may be changed.

Implementation

@protected
String? isolateBlocId;