Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

dart string empty or null

Testing empty or null, use Dart's safe navigation

if (mystring?.isEmpty ?? true) {
  // 
}
 
PREVIOUS NEXT
Tagged: #dart #string #empty #null
ADD COMMENT
Topic
Name
9+6 =