Code constructor

Code({
  1. required String code,
  2. required Library library,
})

The representation of the source code for a dart file

Implementation

Code({required this.code, required this.library});