isGoogle property

bool get isGoogle

If the current platform is a Google one.

Implementation

static bool get isGoogle => isAndroid || isFuchsia;