PlurkIDs constructor

PlurkIDs({
  1. required List<int> ids,
})

Implementation

PlurkIDs({
  required this.ids,
});