hasPlatformConfig property

bool hasPlatformConfig

Checks if contains any platform config

Implementation

bool get hasPlatformConfig {
  return ios != false ||
      android != false ||
      webConfig != null ||
      windowsConfig != null ||
      macOSConfig != null;
}