CaptureState constructor

CaptureState({
  1. required String packageName,
  2. required String sourceUri,
})

Builds a fresh state for the file living at sourceUri inside the packageName package.

Implementation

CaptureState({required this.packageName, required this.sourceUri});