menu
jetleaf_lang package
documentation
lang.dart
MixinDeclaration
getMethod abstract method
getMethod abstract method
dark_mode
light_mode
getMethod
abstract method
MethodDeclaration
?
getMethod
(
String
methodName
)
Returns a method by name, or null if not found.
Implementation
MethodDeclaration? getMethod(String methodName);
jetleaf_lang package
documentation
lang
MixinDeclaration
getMethod abstract method
MixinDeclaration class