LibraryRef constructor

LibraryRef({
  1. String? name,
  2. String? uri,
  3. String? id,
})

Implementation

LibraryRef({
  this.name,
  this.uri,
  super.id,
});