FileIndexableText constructor

FileIndexableText({
  1. String? text,
})

Implementation

FileIndexableText({
  this.text,
});