isChild property

bool isChild

Returns whether this is a child of another platform.

Implementation

bool get isChild => parent != null;