$AlertDialogAction.wrap constructor

$AlertDialogAction.wrap(
  1. AlertDialogAction $value
)

Wrap a AlertDialogAction in a $AlertDialogAction

Implementation

$AlertDialogAction.wrap(this.$value) : _superclass = $Object($value);