copyWith abstract method

  1. @useResult
FutureCallEntry copyWith({
  1. int? id,
  2. String? name,
  3. DateTime? time,
  4. String? serializedObject,
  5. String? serverId,
  6. String? identifier,
})

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

Implementation

@_i1.useResult
FutureCallEntry copyWith({
  int? id,
  String? name,
  DateTime? time,
  String? serializedObject,
  String? serverId,
  String? identifier,
});