TF-597 Fix cannot update null value for identity bcc and replyTo address
This commit is contained in:
@@ -13,19 +13,10 @@ part 'identity_request_dto.g.dart';
|
||||
@JsonSerializable()
|
||||
class IdentityRequestDto with EquatableMixin {
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
final String? name;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
final Set<EmailAddress>? bcc;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
final Set<EmailAddress>? replyTo;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
final Signature? textSignature;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
final Signature? htmlSignature;
|
||||
|
||||
IdentityRequestDto({
|
||||
|
||||
Reference in New Issue
Block a user