charset property Null safety

String? charset

Gets the character set, if any.

For the full content type text/html;charset=utf-8, the charset value is the string utf-8.

Implementation

String? get charset;