LinkedProject constructor

const LinkedProject({
  1. String? projectRef,
})

Creates the linked project target, optionally overriding the linked project with projectRef.

Implementation

const LinkedProject({this.projectRef});