BList constructor

BList({
  1. required List<Behavior> behaviors,
  2. dynamic id,
})

Implementation

BList({required this.behaviors, super.id});