Chapters constructor

Chapters({
  1. String url = '',
  2. String type = '',
})

Implementation

Chapters({
  this.url = '',
  this.type = '',
});