SignRequestError constructor

SignRequestError({
  1. required String msg,
})

Implementation

SignRequestError({
  required this.msg,
});