KernelInfo constructor
KernelInfo({
- KernelInfoType? type,
- int? width,
- int? height,
- int? x,
- int? y,
- Float64List? values,
- double? minimum,
- double? maximum,
- double? negativeRange,
- double? positiveRange,
- double? angle,
- KernelInfo? next,
- int? signature,
Implementation
KernelInfo({
this.type,
this.width,
this.height,
this.x,
this.y,
this.values,
this.minimum,
this.maximum,
this.negativeRange,
this.positiveRange,
this.angle,
this.next,
this.signature,
});