DigitalWalletResponse constructor

DigitalWalletResponse({
  1. String? message,
  2. String? status,
})

Creates a new instance of DigitalWalletResponse.

Both message and status are optional parameters.

Implementation

DigitalWalletResponse({this.message, this.status});