FindStr constructor

FindStr(
  1. Object value,
  2. Object find, {
  3. Object? start,
})

Implementation

FindStr(this.value, this.find, {this.start});