ActivePlugin constructor

ActivePlugin({
  1. String? plugin,
  2. String? name,
  3. String? version,
  4. String? versionLatest,
  5. String? url,
  6. String? authorName,
  7. String? authorUrl,
  8. bool? networkActivated,
})

Implementation

ActivePlugin({
  this.plugin,
  this.name,
  this.version,
  this.versionLatest,
  this.url,
  this.authorName,
  this.authorUrl,
  this.networkActivated,
});