SourceFile constructor

SourceFile({
  1. required String path,
  2. required String text,
})

Implementation

SourceFile({required this.path, required this.text});