HaloUIMessage constructor
HaloUIMessage(
- HaloUiMessageId msgId,
- int holdTimeMS,
- List<
String> ? languagePreference, - HaloCurrencyValue? offlineBalance,
- HaloCurrencyValue? transactionAmount,
Implementation
HaloUIMessage(
this.msgId,
this.holdTimeMS,
this.languagePreference,
this.offlineBalance,
this.transactionAmount,
);