menu
ensemble_ts_interpreter package
documentation
invokables/invokable.dart
Invokable
hasMethod method
hasMethod method
dark_mode
light_mode
hasMethod
method
bool
hasMethod
(
dynamic
method
)
Implementation
bool hasMethod(dynamic method) { return getMethods(this).containsKey(method); }
ensemble_ts_interpreter package
documentation
invokables/invokable
Invokable
hasMethod method
Invokable mixin