isEmpty property
Returns whether this set is empty
See the Rust documentation for is_empty
for more information.
Implementation
bool get isEmpty {
final result = _icu4x_CodePointSetBuilder_is_empty_mv1(_ffi);
return result;
}
Returns whether this set is empty
See the Rust documentation for is_empty
for more information.
bool get isEmpty {
final result = _icu4x_CodePointSetBuilder_is_empty_mv1(_ffi);
return result;
}