isChild property
bool
get
isChild
Returns whether this is a child of another platform.
Implementation
bool get isChild => parent != null;
Returns whether this is a child of another platform.
bool get isChild => parent != null;