customDeserializer property

set customDeserializer (Future value(String json, String targetType, {bool growable}))

Implementation

set customDeserializer(
    Future<dynamic> Function(String json, String targetType, {bool growable})
        value) {
  _customDeserializer = value;
}