LinkedProject constructor
const
LinkedProject({
- String? projectRef,
Creates the linked project target, optionally overriding the linked
project with projectRef.
Implementation
const LinkedProject({this.projectRef});