HaloUIMessage constructor

HaloUIMessage(
  1. HaloUiMessageId msgId,
  2. int holdTimeMS,
  3. List<String>? languagePreference,
  4. HaloCurrencyValue? offlineBalance,
  5. HaloCurrencyValue? transactionAmount,
)

Implementation

HaloUIMessage(
  this.msgId,
  this.holdTimeMS,
  this.languagePreference,
  this.offlineBalance,
  this.transactionAmount,
);