HyperParams constructor

HyperParams({
  1. bool? disableBranding,
  2. bool? defaultView,
})

Implementation

HyperParams({this.disableBranding, this.defaultView});