FutureBlobFile class
This is an answer type Answer\<FutureBlobFile\>
used by multimodal questions to store the localFilePath and
the futureBlobId of a file. The local file will will be uploaded to the blob storage during the completion
of the questionnaire. This is a temporary answer type, which is not stored in the database. It will be replaced
by Answer\<String\>
, in which the String is the futureBlobId.
Constructors
- FutureBlobFile(String localFilePath, String futureBlobId)
Properties
- futureBlobId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localFilePath → String
-
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited