copyWith abstract method
AccountProjectBridge
copyWith({
- int? id,
- int? projectId,
- Project? project,
- int? accountId,
- 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,
});