BushaPayError constructor

const BushaPayError({
  1. required String message,
  2. String? code,
})

Implementation

const BushaPayError({required this.message, this.code});