LibraryGetter constructor

const LibraryGetter(
  1. String name,
  2. Object? getter(), {
  3. String? sourceUri,
})

Implementation

const LibraryGetter(this.name, this.getter, {this.sourceUri});