Point.nullPoint constructor

Point.nullPoint()

Implementation

Point.nullPoint()
  : children = [],
    name = '',
    isClassificationNode = false,
    code = null,
    depth = null,
    letter = null;