isEdge property

bool isEdge

Whether the current browser is Edge.

Implementation

bool get isEdge => userAgent.contains('Edg/');