Searched defs:isEmpty (Results 1 – 3 of 3) sorted by relevance
45 boolean isEmpty() { in isEmpty() method in Decoder
129 const isEmpty = value.isEmpty === true; constant145 const isEmpty = Object.entries(childObj).length === 0 || childObj.isEmpty; constant
146 public boolean isEmpty() { in isEmpty() method in RecipeListAdapter