copyWith method

DeviceTokenSimplePush copyWith({
  1. String? endpoint,
})

Implementation

DeviceTokenSimplePush copyWith({String? endpoint}) =>
    DeviceTokenSimplePush(endpoint: endpoint ?? this.endpoint);