copyWith method

Implementation

EmailAddressAuthenticationGoogleId copyWith({String? token}) =>
    EmailAddressAuthenticationGoogleId(token: token ?? this.token);