menu
studyu_core package
documentation
core.dart
Study
canEdit method
canEdit method
dark_mode
light_mode
canEdit
method
bool
canEdit
(
User?
user
)
Implementation
bool canEdit(User? user) => user != null && (isOwner(user) || isEditor(user));
studyu_core package
documentation
core
Study
canEdit method
Study class