Returns the platform this is based on, or this if it's not based on anything.
this
That is, returns parent if it's non-null or this if it's null.
null
Runtime get root => parent ?? this;