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