convertedValue property

double Function(double) convertedValue
final

Function to convert the value for display This is needed for converting numbers from a particular currency to another. If not needed, return the value as is.

Implementation

final double Function(double) convertedValue;