jsonDecoder property

(T Function(String)?) jsonDecoder
getter/setter pair

convert from json string to T for structure data

Implementation

T Function(String)? jsonDecoder;