V2TimFileElem class Models
V2TimFileElem
- Annotations
Constructors
- V2TimFileElem(String path, String fileName, String uUID, int fileSize, String url)
-
V2TimFileElem.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
- fileName ↔ String
-
@JsonKey(name: 'fileName'), read / write
- fileSize ↔ int
-
@JsonKey(name: 'fileSize'), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- path ↔ String
-
@JsonKey(name: 'path'), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- url ↔ String
-
@JsonKey(name: 'url'), read / write
- uUID ↔ String
-
@JsonKey(name: 'UUID'), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited