identifier property
The platform identifier for the original file, refers to an Uri on Android and
to a NSURL on iOS.
Is set to null
on all other platforms since those are all already referencing the original file content.
Note: You can't use this to create a Dart File
instance since this is a safe-reference for the original platform files, for
that the path property should be used instead.
Implementation
final String? identifier;