jsonBoolNullable method

JsonBoolNullable jsonBoolNullable(
  1. String name, [
  2. dynamic defaultJsonValue
])

Creates a entry of type JsonBoolNullable with a given name

Implementation

JsonBoolNullable jsonBoolNullable(String name, [dynamic defaultJsonValue]) =>
    jsonEntry<JsonBoolNullable>(name, JsonBoolNullable.new, defaultJsonValue);