isOpera property

bool isOpera

Determines if the current device is running Opera.

Implementation

bool get isOpera {
  _isOpera = value.contains('Opera', 0);
  return _isOpera;
}