RequestDidPowerUp constructor
RequestDidPowerUp({})
Implementation
RequestDidPowerUp({
required this.claimantDid,
required this.amount,
required this.powerUpProof,
required this.uuid,
required this.encryptionKey,
}) : assert(amount.isNotEmpty);