DoubleMetaphone.withMaxLength constructor

DoubleMetaphone.withMaxLength(
  1. int maxLength
)

Creates an instance with a custom maxLength.

Implementation

factory DoubleMetaphone.withMaxLength(int maxLength) =>
    DoubleMetaphone._internal(maxLength);