LocationBean constructor

LocationBean({
  1. LocationBeanType? type,
  2. String? projectKeyOrId,
})

Implementation

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