shouldParse property
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;
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.
final bool shouldParse;