SQFileField class

Inheritance
Implementers

Constructors

SQFileField(String name, {String? value, SQFileStorage? storage})

Properties

downloadUrl String?
no setter
editable bool
getter/setter pairinherited
fileExists bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isInline bool
getter/setter pairinherited
name String
getter/setter pairinherited
require bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show DocCond
getter/setter pairinherited
storage SQFileStorage
getter/setter pair
value String?
getter/setter pairinherited

Methods

copy() SQFileField
override
formField(SQDoc doc, {Function? onChanged}) SQFormField<SQField>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic source) String?
inherited
serialize() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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