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