reIsHostCtor top-level property
Used to detect host constructors (Safari).
Implementation
final reIsHostCtor = RegExp(r"^\[object .+?Constructor\]$");
Used to detect host constructors (Safari).
final reIsHostCtor = RegExp(r"^\[object .+?Constructor\]$");