NwcResponse constructor

NwcResponse({
  1. required String resultType,
})

Implementation

NwcResponse({
  required this.resultType,
});