relationship property

Map<DraggableSlot<T>, DraggableWidget<T>?> relationship

Implementation

Map<DraggableSlot<T>, DraggableWidget<T>?> get relationship =>
    Map.from(_relationship);