Friend constructor

Friend(
  1. User user,
  2. String friendsAt
)

Implementation

Friend(this.user, this.friendsAt);