NumConversionFunction typedef

NumConversionFunction = num Function(List<int>)

Represents a function that converts bytes to a numeric value.

Implementation

typedef NumConversionFunction = num Function(List<int>);