isCharsetUTF16 property

bool isCharsetUTF16

Returns true if charset is UTF-16.

Implementation

bool get isCharsetUTF16 => charset == 'utf16' || charset == 'utf-16';