Gematria constructor

Gematria({
  1. int limit = 0,
  2. bool order = false,
  3. bool geresh = true,
  4. bool punctuate = true,
})

Implementation

Gematria({
  this.limit = 0,
  this.order = false,
  this.geresh = true,
  this.punctuate = true,
});