isAscii function

bool isAscii(
  1. String str
)

Implementation

bool isAscii(String str) => _isAscii(str);