AndroidLibrary constructor

AndroidLibrary(
  1. String name, {
  2. String? version,
})

Implementation

AndroidLibrary(this.name, {this.version});