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