convert property

dynamic Function(AtKey key, AtValue value) convert
finalinherited

convert is a required conversion function for converting AtKey:AtValue pairs from notifications into elements of this Stream or Stream's collection.

Implementation

final Function(AtKey key, AtValue value) convert;