menu
fractal package
documentation
mixins/notifications.dart
WithNotifications
resolve method
resolve method
dark_mode
light_mode
resolve
method
dynamic
resolve
(
String
key
)
inherited
Implementation
resolve(String key) { if (this[key] case Object val) { return val; } }
fractal package
documentation
mixins/notifications
WithNotifications
resolve method
WithNotifications mixin