Intensity constructor

Intensity({
  1. double? intensity,
})

Implementation

Intensity({
  this.intensity,
});