jsonDecoder property

(dynamic Function(String jsonEncoded)?) jsonDecoder
getter/setter pair

The JSON decoder Function to use (optional).

Implementation

dynamic Function(String jsonEncoded)? jsonDecoder;