resolvedOptions property
ResolvedSegmenterOptions Function()
get
resolvedOptions
Implementation
_i3.ResolvedSegmenterOptions Function() get resolvedOptions =>
() => _i5.callMethod(
_i5.getProperty(
this,
'resolvedOptions',
),
r'call',
[this],
);
set
resolvedOptions
(ResolvedSegmenterOptions value())
Implementation
set resolvedOptions(_i3.ResolvedSegmenterOptions Function() value) {
_i5.setProperty(
this,
'resolvedOptions',
_i5.allowInterop(value),
);
}