MecabTransferableState constructor

MecabTransferableState({
  1. required String mecabDictDirPath,
  2. String options = defaultOptions,
  3. String webLibMecabPath = defaultWebLibMecabPath,
})

Implementation

MecabTransferableState({
  required this.mecabDictDirPath,
  this.options = defaultOptions,
  this.webLibMecabPath = defaultWebLibMecabPath,
});