isNonNegative property
bool
get
isNonNegative
Returns whether the offset is positive.
See the Rust documentation for is_non_negative for more information.
Additional information: 1
Implementation
bool get isNonNegative {
final result = _icu4x_UtcOffset_is_non_negative_mv1(_ffi);
return result;
}