copyWith method

DeviceTokenMicrosoftPush copyWith({
  1. String? channelUri,
})

Implementation

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