Skip to content

Commit 07b5c38

Browse files
committed
Remove Unnecessary PrivacyBase Param
1 parent fd9ece5 commit 07b5c38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/model/privacy_base.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ enum Role {
1313

1414
const Role(this.label);
1515

16-
String get article => switch (this) {
17-
owner || editor => 'an',
18-
viewer => 'a',
19-
};
20-
2116
/// ----------------- POWER HIERARCHY -----------------
2217
2318
bool isHigherLevelThan(Role other) => switch (this) {

0 commit comments

Comments
 (0)