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