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