CardDetails constructor

CardDetails({
  1. Key? key,
  2. required SafeXPayBloc safeXPayBloc,
})

Implementation

CardDetails({Key? key, required this.safeXPayBloc}) : super(key: key);