CameraClosingEvent.fromJson constructor

CameraClosingEvent.fromJson(
  1. Map<String, dynamic> json
)

Converts the supplied Map to an instance of the CameraClosingEvent class.

Implementation

CameraClosingEvent.fromJson(Map<String, dynamic> json)
    : super(json['cameraId']! as int);