menu
lean_builder package
documentation
type.dart
NamedDartType
isExactly abstract method
isExactly abstract method
dark_mode
light_mode
isExactly
abstract method
bool
isExactly
(
DartType
other
)
Determines if this type is exactly the same as
other
.
Implementation
bool isExactly(DartType other);
lean_builder package
documentation
type
NamedDartType
isExactly abstract method
NamedDartType class