receivedFileName property
Returns the file name for the received file.
Uses the custom file name from options if provided; otherwise, generates a default file name with the BaseNamer.receivedExtension.
Implementation
@override
String get receivedFileName =>
options?.receivedFileName ?? _buildFileName(BaseNamer.receivedExtension);