copyWith abstract method

  1. @useResult
AccountProjectBridge copyWith({
  1. int? id,
  2. int? projectId,
  3. Project? project,
  4. int? accountId,
  5. AccountInfo? account,
})

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

Implementation

@_i1.useResult
AccountProjectBridge copyWith({
  int? id,
  int? projectId,
  _i2.Project? project,
  int? accountId,
  _i3.AccountInfo? account,
});