TextFileListFormField class
- Implemented types
Constructors
Properties
- contentType → ContentType
-
content-type of the field
read-only, override
- filename → String
-
File of the file field
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
Name of the field
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
value
→ Stream<
String> -
Value of the field [...]
read-only, override
-
values
→ List<
TextFileFormField> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
writeTo(
String path, {Encoding encoding = utf8}) → Future< File> -
Writes the contents of the file to file at
path
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited