Skip to content

Commit 53d9f87

Browse files
Update templates/dart/lib/role.dart.twig
Co-authored-by: Damodar Lohani <[email protected]>
1 parent bbc4ff5 commit 53d9f87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/dart/lib/role.dart.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ class Role {
2323
}
2424
return 'team:$id/$role';
2525
}
26+
27+
static String status(String status) {
28+
return 'status:$status';
29+
}
2630
}

0 commit comments

Comments
 (0)