ExpirerTarget constructor

const ExpirerTarget({
  1. String? topic,
  2. int? id,
})

Implementation

const ExpirerTarget({this.topic, this.id});