charset property Null safety
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;
Gets the character set, if any.
For the full content type text/html;charset=utf-8
,
the charset value is the string utf-8
.
String? get charset;