QuicksignOutcome constructor

QuicksignOutcome({
  1. required String result,
  2. String? hash,
  3. String? msg,
})

Implementation

QuicksignOutcome({
  required this.result,
  this.hash,
  this.msg,
});