subType property Null safety
Gets the subtype.
For the full content type text/html;charset=utf-8
,
the subType value is the string html
.
May be the empty string.
Implementation
String get subType;
Gets the subtype.
For the full content type text/html;charset=utf-8
,
the subType value is the string html
.
May be the empty string.
String get subType;