menu
lean_builder package
documentation
element.dart
InterfaceElement
hasMethod abstract method
hasMethod abstract method
dark_mode
light_mode
hasMethod
abstract method
bool
hasMethod
(
String
name
)
Returns
true
if this element has a method with the given name.
Implementation
bool hasMethod(String name);
lean_builder package
documentation
element
InterfaceElement
hasMethod abstract method
InterfaceElement class