menu
tom_d4rt_ast package
documentation
runtime.dart
GlobalGetter
call method
call method
dark_mode
light_mode
call
method
Object
?
call
(
)
Calls the getter and returns the result.
Implementation
Object? call() => getter();
tom_d4rt_ast package
documentation
runtime
GlobalGetter
call method
GlobalGetter class