menu
emarsys_sdk package
documentation
model/action_model.dart
ActionModel
ActionModel constructor
ActionModel constructor
dark_mode
light_mode
ActionModel
constructor
ActionModel
(
String
id
,
String
title
,
String
type
)
Implementation
ActionModel(this.id, this.title, this.type);
emarsys_sdk package
documentation
model/action_model
ActionModel
ActionModel constructor
ActionModel class