isGeneric property

bool isGeneric

Returns true if is a generic platform.

Implementation

bool get isGeneric => platformType == AsyncTaskPlatformType.generic;