TitleTag.custom constructor

TitleTag.custom(
  1. String customTag
)

Add a custom tag using the format of custom:

Implementation

TitleTag.custom(String customTag) : _value = "custom:$customTag";