IncludePattern constructor

const IncludePattern({
  1. required String identifier,
  2. String debugName = "",
  3. bool isRepoItemRef = true,
})

Implementation

const IncludePattern({required this.identifier, super.debugName = "", bool isRepoItemRef = true}) :
  _shouldTreatAsReference = isRepoItemRef;