callback property

String Function(MapEntry<Range, T> entry) callback
final

Callback function to generate the output code for a matched range value.

Implementation

final String Function(MapEntry<Range, T> entry) callback;