approvedFileName property

  1. @override
String get approvedFileName
override

Returns the file name for the approved file.

Uses the custom file name from options if provided; otherwise, generates a default file name with the BaseNamer.approvedExtension.

Implementation

@override
String get approvedFileName =>
    options?.approvedFileName ?? _buildFileName(BaseNamer.approvedExtension);