Alert constructor

Alert({
  1. String? posted,
  2. User? owner,
  3. int? plurkId,
  4. String? type,
})

Implementation

Alert({this.posted, this.owner, this.plurkId, this.type});