CameraClosingEvent.fromJson constructor
Converts the supplied Map to an instance of the CameraClosingEvent class.
Implementation
CameraClosingEvent.fromJson(Map<String, dynamic> json)
: super(json['cameraId']! as int);
Converts the supplied Map to an instance of the CameraClosingEvent class.
CameraClosingEvent.fromJson(Map<String, dynamic> json)
: super(json['cameraId']! as int);