CameraModel constructor

const CameraModel({
  1. required double? azimuth,
})

Implementation

const CameraModel({required this.azimuth});