converter property

TARGET Function(SOURCE source) converter
final

A function that does type converter.

Implementation

// ignore: prefer-typedefs-for-callbacks, prefer-correct-callback-field-name, it's simpler this way
final TARGET Function(SOURCE source) converter;