call abstract method

  1. @override
$R call({
  1. String? label,
  2. List<GameDialogDropdownOption>? options,
  3. String? id,
  4. String? initialValue,
})
override

Implementation

@override
$R call({
  String? label,
  List<GameDialogDropdownOption>? options,
  String? id,
  String? initialValue,
});