Dart
dart:core
String
isNotEmpty property
isNotEmpty
Dart
dart:core
String
isNotEmpty property
String class
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Methods
codeUnitAt
compareTo
contains
endsWith
indexOf
lastIndexOf
padLeft
padRight
replaceAll
replaceAllMapped
replaceFirst
replaceFirstMapped
replaceRange
split
splitMapJoin
startsWith
substring
toLowerCase
toUpperCase
trim
trimLeft
trimRight
allMatches
matchAsPrefix
noSuchMethod
toString
Operators
operator *
operator +
operator ==
operator []
description
isNotEmpty
property
bool
isNotEmpty
Returns true if this string is not empty.
Implementation
bool get isNotEmpty;