nullableType<$K extends JObject?, $V extends JObject?> static method
The type which includes information such as the signature of this class.
Implementation
static JType<JMap<$K, $V>?>
nullableType<$K extends JObject?, $V extends JObject?>(
JType<$K> K,
JType<$V> V,
) {
return $JMap$NullableType$<$K, $V>(K, V);
}