Plugin constructor

Plugin(
  1. String name,
  2. Version version
)

Implementation

Plugin(this.name, this.version);