LibrarySetter constructor

const LibrarySetter(
  1. String name,
  2. void setter(
    1. Object? value
    ), {
  3. String? sourceUri,
})

Implementation

const LibrarySetter(this.name, this.setter, {this.sourceUri});