Responses constructor

Responses({
  1. List<Response>? responses,
  2. int? responsesSeen,
  3. int? responseCount,
  4. Map<int, User>? friends,
})

Implementation

Responses({this.responses, this.responsesSeen, this.responseCount, this.friends});