Follow constructor

Follow({
  1. int? id,
  2. int? follower,
  3. int? following,
})

Implementation

Follow({this.id, this.follower, this.following});