parent property

Thread get parent

Implementation

Thread get parent {
  return Thread(parentMap as Map);
}