theme property

  1. @JsonKey.new(includeIfNull: false)
RegisterRequestThemeTheme? theme
final

Initial UI theme preference for the new account

Implementation

@JsonKey(includeIfNull: false)
final RegisterRequestThemeTheme? theme;