copyWith abstract method

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

Implementation

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