copyWith method
Implementation
DeviceTokenMicrosoftPushVoIP copyWith({String? channelUri}) =>
DeviceTokenMicrosoftPushVoIP(channelUri: channelUri ?? this.channelUri);
DeviceTokenMicrosoftPushVoIP copyWith({String? channelUri}) =>
DeviceTokenMicrosoftPushVoIP(channelUri: channelUri ?? this.channelUri);