call abstract method

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

Implementation

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