newEdge property

bool newEdge

Whether it is new Edge. Note: if it is new Edge, we consider it as a variant of Chrome, so chrome is also true,

Implementation

bool get newEdge => _rnewEdge.hasMatch(userAgent);