PatchedUserProfileUpdateRequestDTO constructor

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

Returns a new PatchedUserProfileUpdateRequestDTO instance.

Implementation

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