copyWith method

MyUserEmails copyWith()

Returns a copy of these MyUserEmails.

Implementation

MyUserEmails copyWith() =>
    MyUserEmails(confirmed: confirmed, unconfirmed: unconfirmed);