DayVersesModel constructor

DayVersesModel({
  1. String bookOsis = '',
  2. int chapter = 0,
  3. int verse = 0,
})

Implementation

DayVersesModel({
  this.bookOsis = '',
  this.chapter = 0,
  this.verse = 0,
});