Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

is not empty flutter

String? st = "";
   
// print string is empty or not
print(st.isEmpty);  // true
 
PREVIOUS NEXT
Tagged: #empty #flutter
ADD COMMENT
Topic
Name
7+7 =