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