SegmenterOptions constructor

SegmenterOptions({
  1. SegmenterOptionsLocaleMatcherOptions? localeMatcher,
  2. Granularity? granularity,
})

Implementation

factory SegmenterOptions({
  _i3.SegmenterOptionsLocaleMatcherOptions? localeMatcher,
  _i3.Granularity? granularity,
}) =>
    SegmenterOptions._(
      localeMatcher: localeMatcher?.name ?? _i4.undefined,
      granularity: granularity?.name ?? _i4.undefined,
    );