circleIndex property

StreamController<List> circleIndex
getter/setter pair

Implementation

StreamController<List<dynamic>> circleIndex =
    StreamController<List<dynamic>>();