copyWith method

DeviceTokenWindowsPush copyWith({
  1. String? accessToken,
})

Implementation

DeviceTokenWindowsPush copyWith({String? accessToken}) =>
    DeviceTokenWindowsPush(accessToken: accessToken ?? this.accessToken);