analyzer package
documentation
type
DartType
isBottom property
isBottom
isBottom
property
Null safety
bool
isBottom
Return
true
if this type represents the bottom type.
Implementation
bool get isBottom;
analyzer package
documentation
type
DartType
isBottom property
DartType class
Constructors
DartType
Properties
alias
aliasArguments
aliasElement
displayName
element
hashCode
isBottom
isDartAsyncFuture
isDartAsyncFutureOr
isDartCoreBool
isDartCoreDouble
isDartCoreFunction
isDartCoreInt
isDartCoreIterable
isDartCoreList
isDartCoreMap
isDartCoreNull
isDartCoreNum
isDartCoreObject
isDartCoreSet
isDartCoreString
isDartCoreSymbol
isDynamic
isVoid
name
nullabilitySuffix
runtimeType
Methods
accept
acceptWithArgument
asInstanceOf
getDisplayString
noSuchMethod
resolveToBound
toString
Operators
operator ==