(districtId)
| 199 | } |
| 200 | |
| 201 | isDistrictAdmin (districtId) { |
| 202 | if (!districtId) return false |
| 203 | return this.get('features')?.ownerDistrictId === districtId |
| 204 | } |
| 205 | |
| 206 | displayName () { return this.get('name', true) } |
| 207 | broadName () { return User.broadName(this.attributes) } |