menu
velix_editor package
documentation
editor/test_model.dart
User
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 "hello $message"; }
velix_editor package
documentation
editor/test_model
User
hello method
User class