APlurkID constructor

APlurkID({
  1. required int plurkID,
})

Implementation

APlurkID({
  required this.plurkID,
});