jsonDecoder property

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

The JSON decoder. Default: dart:convert json

Implementation

dynamic Function(String jsonEncoded)? jsonDecoder;