AccountProjectBridge constructor

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

Implementation

factory AccountProjectBridge({
  int? id,
  required int projectId,
  _i2.Project? project,
  required int accountId,
  _i3.AccountInfo? account,
}) = _AccountProjectBridgeImpl;