fileFormatsIOS property

List<FileFormatIOS>? fileFormatsIOS
getter/setter pair

Defines the file format that will be accepted for upload. The options are: FileFormatIOS.pdf, FileFormatIOS.jpeg, FileFormatIOS.png.

Implementation

List<FileFormatIOS>? fileFormatsIOS;