PlurkSearch constructor

PlurkSearch({
  1. Map<int, User>? users,
  2. List<Plurk>? plurks,
  3. int? lastOffset,
  4. bool? hasMore,
  5. String? error,
  6. List<String>? words,
  7. String? country,
})

Implementation

PlurkSearch({this.users, this.plurks, this.lastOffset, this.hasMore, this.error, this.words, this.country});