childHandleMap property

Map<Object, ChildHandleType> childHandleMap
final

A map of ids to child handles for the associated context to manage.

Implementation

final childHandleMap = <Object, ChildHandleType>{};