menu
nim_chatkit package
documentation
model/recent_forward.dart
RecentForward
getCount method
getCount method
dark_mode
light_mode
getCount
method
int
getCount
(
)
Implementation
int getCount() { if (team != null) { return team!.memberCount; } return 0; }
nim_chatkit package
documentation
model/recent_forward
RecentForward
getCount method
RecentForward class