whitespaceChars constant

List<String> const whitespaceChars

Implementation

static const whitespaceChars = ["\t", "\r\n", "\r", "\n", " "];