fileName property

String? fileName

FileName hints at the name of the file that should be written. It's truncated to 255 bytes if longer. It may be empty to suggest that the file should not be written to disk. It may be equal to "_CONSOLE" to suggest the data should not be written to disk.

Implementation

String? get fileName =>
    const fb.StringReader().vTableGetNullable(_bc, _bcOffset, 6);