copyWith abstract method

  1. @useResult
FutureCallClaimEntry copyWith({
  1. int? id,
  2. int? futureCallId,
  3. DateTime? lastHeartbeatTime,
})

Returns a shallow copy of this FutureCallClaimEntry with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
FutureCallClaimEntry copyWith({
  int? id,
  int? futureCallId,
  DateTime? lastHeartbeatTime,
});