tryGetObj method
Try child object with given key
. It returns null
if failed.
Implementation
JsonObject? tryGetObj(String key) => get<JsonObject?>(key);
Try child object with given key
. It returns null
if failed.
JsonObject? tryGetObj(String key) => get<JsonObject?>(key);