BlockAction constructor

BlockAction({
  1. int? blockAfterDays,
  2. String? blockScope,
})

Implementation

BlockAction({
  this.blockAfterDays,
  this.blockScope,
});