Deblock constructor

Deblock({
  1. bool? enabled,
  2. double? strength,
})

Implementation

Deblock({this.enabled, this.strength});