UserProfileUpdateRequestDTO constructor

UserProfileUpdateRequestDTO({
  1. bool? payViaOktopi,
  2. String? language,
  3. String? userTimezone,
})

Returns a new UserProfileUpdateRequestDTO instance.

Implementation

UserProfileUpdateRequestDTO({
  this.payViaOktopi,
  this.language,
  this.userTimezone,
});