$Capabilities_FilesInterfaceBuilder class abstract mixin

Implementers

Properties

bigfilechunking ↔ bool?
getter/setter pair
blacklistedFiles ↔ ListBuilder<JsonObject>
getter/setter pair
chunkedUpload ↔ Capabilities_Files_ChunkedUploadBuilder
getter/setter pair
comment ↔ String?
getter/setter pair
directEditing ↔ Capabilities_Files_DirectEditingBuilder
getter/setter pair
fileConversions ↔ ListBuilder<Capabilities_Files_FileConversions>
getter/setter pair
forbiddenFilenameBasenames ↔ ListBuilder<String>
getter/setter pair
forbiddenFilenameCharacters ↔ ListBuilder<String>
getter/setter pair
forbiddenFilenameExtensions ↔ ListBuilder<String>
getter/setter pair
forbiddenFilenames ↔ ListBuilder<String>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace($Capabilities_FilesInterface other) → void
toString() → String
A string representation of this object.
inherited
update(void updates($Capabilities_FilesInterfaceBuilder)) → void

Operators

operator ==(Object other) → bool
The equality operator.
inherited