MobileDeviceAction constructor

MobileDeviceAction({
  1. String? action,
})

Implementation

MobileDeviceAction({
  this.action,
});