Safe conversion of a bool to a JSON
// ignore: avoid_positional_boolean_parameters dynamic jsonEncodeBool(final bool value) => value;