ObslyTools constructor

const ObslyTools({
  1. String? textsUrl,
  2. String? rulesUrl,
})

Implementation

const ObslyTools({
  this.textsUrl,
  this.rulesUrl,
});