getIntValue method

BigInt getIntValue(
  1. EIRType type
)

Implementation

BigInt getIntValue(EIRType type) {
  return ByteUtils.bytesToBigInt(attributes[type]!,
      endianness: Endianness.Little);
}