menu
omega_architecture package
documentation
omega/core/semantics/omega_intent.dart
OmegaIntent
OmegaIntent.new const constructor
OmegaIntent.new const constructor
dark_mode
light_mode
OmegaIntent
constructor
const
OmegaIntent
(
{
required
String
id
,
required
String
name
,
dynamic
payload
,
String
?
namespace
,
})
Implementation
const OmegaIntent({ required super.id, required this.name, this.payload, this.namespace, });
omega_architecture package
documentation
omega/core/semantics/omega_intent
OmegaIntent
OmegaIntent.new const constructor
OmegaIntent class