hasCharset property

bool hasCharset

Returns true if charset is defined.

Implementation

bool get hasCharset => charset != null && charset!.isNotEmpty;