CockpitTestSourceMapEntry constructor
CockpitTestSourceMapEntry({
- required String path,
- required CockpitTestSourceLocation location,
Creates a CockpitTestSourceMapEntry.
Implementation
CockpitTestSourceMapEntry({required this.path, required this.location}) {
CockpitTestValueReader.string(path, r'$.path');
}