fullCameraName property
Returns the full name of the camera based on the camera short name
Implementation
get fullCameraName => cameras[camera] ?? camera;
Returns the full name of the camera based on the camera short name
get fullCameraName => cameras[camera] ?? camera;