menu
eliud_pkg_follow_model package
documentation
model/following_entity.dart
FollowingEntity
FollowingEntity constructor
FollowingEntity constructor
dark_mode
light_mode
FollowingEntity
constructor
FollowingEntity
(
{
required
String
?
appId
,
String
?
followerId
,
String
?
followedId
,
})
Implementation
FollowingEntity({ required this.appId, this.followerId, this.followedId, });
eliud_pkg_follow_model package
documentation
model/following_entity
FollowingEntity
FollowingEntity constructor
FollowingEntity class