LokotroPayException constructor

LokotroPayException({
  1. required String message,
  2. required String code,
})

Implementation

LokotroPayException({
  required this.message,
  required this.code,
});