menu
designflow_widgets package
documentation
data/models/backend/action.dart
ActionEntity
ActionEntity const constructor
ActionEntity const constructor
dark_mode
light_mode
ActionEntity
constructor
const
ActionEntity
(
{
required
String
id
,
String
type
=
'unknown'
,
required
String
group
,
})
Implementation
const ActionEntity({ required this.id, this.type = 'unknown', required this.group, });
designflow_widgets package
documentation
data/models/backend/action
ActionEntity
ActionEntity const constructor
ActionEntity class