Follower constructor

Follower(
  1. User user,
  2. String followedAt
)

Implementation

Follower(this.user, this.followedAt);