SystemFeatures constructor

SystemFeatures(
  1. bool hasFlash,
  2. bool hasBackCamera,
  3. bool hasFrontCamera
)

Implementation

SystemFeatures(this.hasFlash, this.hasBackCamera, this.hasFrontCamera);