isBlackberry property

bool isBlackberry

Implementation

bool get isBlackberry =>
    contains('blackberry') || contains('bb10') || contains('rim');