Creates a key-value item with text value.
factory TKeyValue.text(String key, String? value) { return TKeyValue(key, value: value); }