minutesPart property
Returns the minutes part of the offset.
See the Rust documentation for minutes_part
for more information.
Additional information: 1
Implementation
int get minutesPart {
final result = _icu4x_UtcOffset_minutes_part_mv1(_ffi);
return result;
}