shouldParse property

bool shouldParse
final

Whether or not jsonDecode() should be called on the json that was passed. This should be set to false if the you've already decoded the object.

Implementation

final bool shouldParse;