Remove comment

This commit is contained in:
ashilkn 2023-11-16 10:38:18 +05:30
parent faede193b1
commit d487a94b64

View file

@ -35,7 +35,6 @@ extension StringExtensionsNullSafe on String? {
} }
} }
/// If all words in the string are connect words, true is returned and else false
extension DescriptionString on String? { extension DescriptionString on String? {
bool get isAllConnectWords { bool get isAllConnectWords {
if (this == null) { if (this == null) {