reIsHostCtor top-level property

RegExp reIsHostCtor
final

Used to detect host constructors (Safari).

Implementation

final reIsHostCtor = RegExp(r"^\[object .+?Constructor\]$");