menu
mvc_application package
documentation
view.dart
I10n
getError static method
getError static method
dark_mode
light_mode
getError
static method
Exception
?
getError
(
)
Implementation
static Exception? getError() { final e = _ex; _ex = null; return e; }
mvc_application package
documentation
view
I10n
getError static method
I10n class