FlutterPayError constructor

FlutterPayError({
  1. String? code,
  2. String? description,
})

Implementation

FlutterPayError({this.code, this.description});