isChild property

bool get isChild

Returns whether this is a child of another platform.

Implementation

bool get isChild => parent != null;