menu
obsly_flutter package
documentation
rules/src/rules_engine/rules_result.dart
ActionResult
ActionResult.new const constructor
ActionResult.new const constructor
dark_mode
light_mode
ActionResult
constructor
const
ActionResult
(
{
required
String
presetAction
,
String
?
customAction
,
Map
<
String
,
dynamic
>
?
parameters
,
})
Implementation
const ActionResult({ required this.presetAction, this.customAction, this.parameters, });
obsly_flutter package
documentation
rules/src/rules_engine/rules_result
ActionResult
ActionResult.new const constructor
ActionResult class