jsonBoolNullable method
Creates a entry of type JsonBoolNullable
with a given name
Implementation
JsonBoolNullable jsonBoolNullable(String name, [dynamic defaultJsonValue]) =>
jsonEntry<JsonBoolNullable>(name, JsonBoolNullable.new, defaultJsonValue);