TF-832 Implement delete multiple recipient in forwarding
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
import 'package:forward/forward/tmail_forward.dart';
|
||||
import 'package:tmail_ui_user/features/manage_account/presentation/model/recipient_forward.dart';
|
||||
|
||||
extension TMailForwardExtension on TMailForward {
|
||||
|
||||
List<RecipientForward> get listRecipientForward {
|
||||
return forwards
|
||||
.map((emailAddress) => RecipientForward(emailAddress))
|
||||
.toList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user