FileAttributes constructor

const FileAttributes(
  1. int value, {
  2. String? name,
})

Implementation

const FileAttributes(super.value, {super.name});