isEdge property

bool get isEdge

Whether the current browser is Edge.

Implementation

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