MsgRequestDidPowerUp constructor

MsgRequestDidPowerUp({
  1. required RequestDidPowerUp requestDidPowerUp,
})

Implementation

MsgRequestDidPowerUp({
  required this.requestDidPowerUp,
}) : super(type: 'commercio/MsgRequestDidPowerUp', value: <String, String>{});