copyWith abstract method
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,
});