debug property

bool debug
getter/setter pair

Toggle debug logging for parsing mismatches.

When set to true, JsonCare will log any type mismatches using dart:developer.

Implementation

static bool debug = false;