name property

  1. @override
String? name
final

Optional display name for the source (a file path, a browser File name), used by formats that derive entry names from the container (e.g. a bare .gz with no FNAME field). Null when the source has no meaningful name.

Implementation

@override
final String? name;