Remove comment
This commit is contained in:
parent
faede193b1
commit
d487a94b64
1 changed files with 0 additions and 1 deletions
|
@ -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? {
|
||||
bool get isAllConnectWords {
|
||||
if (this == null) {
|
||||
|
|
Loading…
Reference in a new issue