AppEventActionModel constructor
AppEventActionModel({})
Implementation
AppEventActionModel(
{required this.id,
required this.title,
required this.type,
required this.name,
this.payload});
AppEventActionModel(
{required this.id,
required this.title,
required this.type,
required this.name,
this.payload});