call abstract method

$R call({
  1. String? id,
  2. String? title,
  3. String? image,
  4. List<GameDialogComponent>? components,
  5. List<GameDialogButton>? actions,
})

Implementation

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