charset abstract method

dynamic charset({
  1. required String charset,
})

Definition of charset meta tag attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset Add web mata data of charset attribute

Implementation

charset(
    {
    /// Definition of [charset] meta tag attribute
    required String charset});