isIOS property

bool get isIOS

Implementation

static bool get isIOS =>
    !isWeb && defaultTargetPlatform == TargetPlatform.iOS;