Location constructor

Location(
  1. String? srcFilePath,
  2. int srcLineNumber
)

Implementation

Location(this.srcFilePath, this.srcLineNumber);