MySqlPlugin constructor

MySqlPlugin({
  1. bool? enabled,
  2. String? plugin,
  3. String? version,
})

Implementation

MySqlPlugin({this.enabled, this.plugin, this.version});