call abstract method
- String? id,
- String? title,
- String? image,
- List<
GameDialogComponent> ? components, - List<
GameDialogButton> ? actions,
Implementation
$R call(
{String? id,
String? title,
String? image,
List<GameDialogComponent>? components,
List<GameDialogButton>? actions});