RunFileUploadStatus enum Null safety
Run file Upload Status
Constants
- error → const RunFileUploadStatus
-
Error
const RunFileUploadStatus(4)
- notUploaded → const RunFileUploadStatus
-
Not uploaded
const RunFileUploadStatus(1)
- unknown → const RunFileUploadStatus
-
Unknown
const RunFileUploadStatus(0)
- uploaded → const RunFileUploadStatus
-
Uploaded
const RunFileUploadStatus(3)
- uploading → const RunFileUploadStatus
-
Uploading
const RunFileUploadStatus(2)
-
values
→ const List<
RunFileUploadStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
RunFileUploadStatus>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited