UserFollowedUsers constructor Null safety

UserFollowedUsers(
  1. List<Data> data,
  2. int limit,
  3. int offset,
  4. int total
)

Implementation

UserFollowedUsers(this.data, this.limit, this.offset, this.total);