AccountUpdateRequest constructor

AccountUpdateRequest({
  1. String? fullName,
  2. String? avatarBase64,
  3. String? receiveMessageSource,
  4. String? acceptConversationSource,
  5. String? acceptSearchSource,
  6. String? biography,
  7. String? fiatCurrency,
  8. double? transferNotificationThreshold,
  9. double? transferConfirmationThreshold,
})

Implementation

AccountUpdateRequest({
  this.fullName,
  this.avatarBase64,
  this.receiveMessageSource,
  this.acceptConversationSource,
  this.acceptSearchSource,
  this.biography,
  this.fiatCurrency,
  this.transferNotificationThreshold,
  this.transferConfirmationThreshold,
});