Adbreak constructor

Adbreak({
  1. String? offset,
  2. required String tag,
})

Implementation

Adbreak({
  this.offset,
  required this.tag,
});