menu
win32 package
documentation
winrt.dart
FileAttributes
operator & method
operator & method
dark_mode
light_mode
operator &
method
FileAttributes
operator &
(
FileAttributes
other
)
Implementation
FileAttributes operator &(FileAttributes other) => FileAttributes(value & other.value);
win32 package
documentation
winrt
FileAttributes
operator & method
FileAttributes class