LocationBean constructor
LocationBean({
- LocationBeanType? type,
- String? projectKeyOrId,
Implementation
LocationBean({this.type, this.projectKeyOrId});
LocationBean({this.type, this.projectKeyOrId});