useEcma property

bool useEcma

Whether to use the browser with the current settings

Implementation

bool get useEcma {
  final shouldUse = ecmaPolicy.useBrowser(locale);
  final canUse = true;
  return shouldUse && canUse;
}