InspectMetadata constructor

*[<Null safety>](https://dart.dev/null-safety)*

InspectMetadata({required List<String> errors, required String filename, required String componentUrl, required int timeStamp})

Implementation

InspectMetadata({
  required this.errors,
  required this.filename,
  required this.componentUrl,
  required this.timeStamp,
});