beforeEvents property

  1. @visibleForTesting
List<OnEvent> beforeEvents

events to be called before all bricks are cooked

Implementation

@visibleForTesting
List<OnEvent> get beforeEvents => List.from(_beforeEvents);