fileMode property

String? fileMode
final

The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside the file share. The default value is 0666.

Implementation

final String? fileMode;