saveToFilePath property Null safety

String? saveToFilePath
final

Full file path (file extension included) where the captured image is to be saved. Can be in a format different from pictureFormat. Contrary to the docs, can't be a relative path.

Implementation

final String? saveToFilePath;