FollowersModel constructor
- {int? code,
- String? status,
- String? message,
- List<
FriendModel> ? data}
Implementation
FollowersModel({
this.code,
this.status,
this.message,
this.data,
});
FollowersModel({
this.code,
this.status,
this.message,
this.data,
});