HasCustomAttribute.file constructor

const HasCustomAttribute.file(
  1. FileIndex value
)

Constructs a HasCustomAttribute referencing an File.

Implementation

const factory HasCustomAttribute.file(FileIndex value) =
    HasCustomAttributeFile;