BoardConfigBeanLocation constructor

BoardConfigBeanLocation({
  1. BoardConfigBeanLocationType? type,
  2. String? projectKeyOrId,
})

Implementation

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