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