Plurks constructor

Plurks({
  1. List<Plurk>? plurks,
  2. Map<int, User>? plurkUsers,
})

Implementation

Plurks({this.plurks, this.plurkUsers});