BlacklistEntry constructor

BlacklistEntry({
  1. String? description,
  2. DateTime? listingTime,
  3. String? rblName,
})

Implementation

BlacklistEntry({
  this.description,
  this.listingTime,
  this.rblName,
});