hasWhitespace method

bool hasWhitespace()

Implementation

bool hasWhitespace() => RegExp(r'\s').hasMatch(this);