FunctionCodeLocation constructor

FunctionCodeLocation({
  1. String? location,
  2. String? repositoryType,
})

Implementation

FunctionCodeLocation({
  this.location,
  this.repositoryType,
});