getOffset method

  1. @override
UcumDecimal getOffset()
override

Get the conversion offset value.

Implementation

@override
// Assuming a constructor that takes a string and precision
UcumDecimal getOffset() => UcumDecimal.fromString('32', 24);