Following constructor

Following(
  1. User user,
  2. String? approvedAt
)

Implementation

Following(this.user, this.approvedAt);