menu
velix_editor package
documentation
editor/test_model.dart
Address
hello method
hello method
dark_mode
light_mode
hello
method
@Inject.new()
String
hello
(
String
message
)
Implementation
@Inject() String hello(String message) { print(message); return "world"; }
velix_editor package
documentation
editor/test_model
Address
hello method
Address class