SegmenterOptions class

An object with some or all properties of the Intl.Segmenter constructor options parameter.

MDN

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

SegmenterOptions.new({SegmenterOptionsLocaleMatcherOptions? localeMatcher, Granularity? granularity})
factory

Properties

granularity Granularity?

Available on SegmenterOptions, provided by the SegmenterOptions$Typings extension

The type of input to be split
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localeMatcher SegmenterOptionsLocaleMatcherOptions?

Available on SegmenterOptions, provided by the SegmenterOptions$Typings extension

The locale matching algorithm to use. For information about this option, see Intl page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited