SourceStringTemplate typedef

SourceStringTemplate = String Function(String scriptPath)

A type definition for functions that describes the source line given a scriptPath

Implementation

typedef SourceStringTemplate = String Function(String scriptPath);