menu
cometchat_sdk
models/interaction_goal.dart
InteractionGoal
InteractionGoal constructor
InteractionGoal
brightness_4
brightness_5
InteractionGoal
constructor
InteractionGoal
(
{
required
String
type
,
List
<
String
>
elementIds
=
const []
}
)
Implementation
InteractionGoal({required this.type, this.elementIds = const []});
cometchat_sdk
interaction_goal
InteractionGoal
InteractionGoal constructor
InteractionGoal class