A vertex of a tree graph is a leaf if its degree is 1
i1 : G = graph({{1,2},{1,3},{3,4},{3,5}},EntryMode=>"edges");
i2 : isLeaf(G,2) o2 = true
The object isLeaf is a method function.