Friends constructor

Friends(
  1. List<Friend>? elements,
  2. int totalCount,
  3. int? favoriteCount,
  4. String? beforeUrl,
  5. String? afterUrl,
)

Implementation

Friends(this.elements, this.totalCount, this.favoriteCount, this.beforeUrl,
    this.afterUrl);