FollowRequest constructor

FollowRequest(
  1. int id,
  2. User user,
  3. String requestedAt
)

Implementation

FollowRequest(this.id, this.user, this.requestedAt);