copyWith method

DeviceTokenBlackBerryPush copyWith({
  1. String? token,
})

Implementation

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