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