Esempio n. 1
0
 public MockDartSource(MockLibrarySource libSource) {
   super(libSource.getName());
   this.libSource = libSource;
 }