NeomageHints constructor

const NeomageHints({
  1. List<String>? plugin,
  2. bool? disabled,
})

Implementation

const NeomageHints({this.plugin, this.disabled});