isOhos property

bool get isOhos

Implementation

static bool get isOhos {
  return !kIsWeb && Platform.operatingSystem == 'ohos';
}