AttestationNotFound constructor

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

Implementation

AttestationNotFound({required this.code, required this.message}) : super();