BoundaryEvent.findBoundary constructor

const BoundaryEvent.findBoundary({
  1. required String code,
})

Implementation

const factory BoundaryEvent.findBoundary({required String code}) =
    BoundaryFindEvent;