ModelFile class abstract
Represents a single file that belongs to a model
Constructors
Properties
- extension → String
-
File extension for validation purposes
no setter
- filename → String
-
Local filename for this file
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRequired → bool
-
Whether this file is required for the model to function
no setter
- prefsKey → String
-
SharedPreferences key for storing this file's installation status
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
URL from which this file can be downloaded
no setter
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