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