Library constructor

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

Implementation

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