AmbientDetails constructor

const AmbientDetails(
  1. bool burnInProtection,
  2. bool lowBitAmbient
)

Implementation

const AmbientDetails(this.burnInProtection, this.lowBitAmbient);