FollowerModel constructor
FollowerModel({})
Implementation
FollowerModel({
this.id,
required this.phoneNumber,
this.password,
required this.name,
this.photo,
required this.apiKey,
this.location,
this.notificationToken,
this.country,
required this.createdAt,
});