File_Source class final
- Inheritance
-
- Object
- ProtoEnum
- File_Source
Constructors
- File_Source(String value)
-
const
- File_Source.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_Source
- The default value for File_Source.
- generated → const File_Source
- Indicates the file is generated by Google.
- registered → const File_Source
- Indicates the file is a registered, i.e. a Google Cloud Storage file.
- sourceUnspecified → const File_Source
- Used if source is not specified.
- uploaded → const File_Source
- Indicates the file is uploaded by the user.