CockpitTestSourceMapEntry constructor

CockpitTestSourceMapEntry({
  1. required String path,
  2. required CockpitTestSourceLocation location,
})

Creates a CockpitTestSourceMapEntry.

Implementation

CockpitTestSourceMapEntry({required this.path, required this.location}) {
  CockpitTestValueReader.string(path, r'$.path');
}