File_State class final

States for the lifecycle of a File.

Inheritance

Constructors

File_State(String value)
const
File_State.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

$default → const File_State
The default value for File_State.
active → const File_State
File is processed and available for inference.
failed → const File_State
File failed processing.
processing → const File_State
File is being processed and cannot be used for inference yet.
stateUnspecified → const File_State
The default value. This value is used if the state is omitted.