childExists method

bool childExists(
  1. String key
)

Implementation

bool childExists(String key) => getChildren().containsKey(key);