Interval constructor

Interval({
  1. bool? isTextFollowed,
  2. int? type,
})

Implementation

Interval({
  this.isTextFollowed,
  this.type,
});