BoardCreateBeanLocation constructor

BoardCreateBeanLocation({
  1. BoardCreateBeanLocationType? type,
  2. String? projectKeyOrId,
})

Implementation

BoardCreateBeanLocation({this.type, this.projectKeyOrId});