CivitaFile class
Constructors
-
CivitaFile.fromJson(Map<
String, dynamic> json)
Properties
- downloadUrl ↔ String
-
The url for the image
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashes ↔ CivitaHashes?
-
hashes
getter/setter pair
- id ↔ int
-
The identifier for the file
latefinal
- metadata ↔ CivitaImageMatedata?
-
metadata
getter/setter pair
- name ↔ String
-
The name of the file
latefinal
- pickleScanMessage ↔ String
-
Message from the pickle scan
latefinal
- pickleScanResult ↔ String
-
Status of the pickle scan ('Pending', 'Success', 'Danger', 'Error')
latefinal
- primary ↔ bool?
-
If the file is the primary file for the model version
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scannedAt ↔ String
-
The date in which the file was scanned
latefinal
- sizeKB ↔ String
-
The size of the model file
latefinal
- type ↔ String
-
The type of the file
latefinal
- virusScanMessage ↔ String
-
Message from the virus scan
latefinal
- virusScanResult ↔ String
-
Status of the virus scan ('Pending', 'Success', 'Danger', 'Error')
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited