FileUpdateEvent.add constructor

const FileUpdateEvent.add(
  1. AnalyzedFile file,
  2. String contents
)

Implementation

const factory FileUpdateEvent.add(
  AnalyzedFile file,
  String contents,
) = AddEvent;