menu
eliud_pkg_follow_model package
documentation
model/following_model.dart
FollowingModel
FollowingModel constructor
FollowingModel constructor
dark_mode
light_mode
FollowingModel
constructor
FollowingModel
(
{
required
String
documentID
,
required
String
appId
,
MemberPublicInfoModel?
follower
,
MemberPublicInfoModel?
followed
,
})
Implementation
FollowingModel({ required this.documentID, required this.appId, this.follower, this.followed, });
eliud_pkg_follow_model package
documentation
model/following_model
FollowingModel
FollowingModel constructor
FollowingModel class