Files class

Annotations
  • @freezed

Constructors

Files({@JsonKey(name: 'completedLength') @Default('') String completedLength, @JsonKey(name: 'index') @Default('') String index, @JsonKey(name: 'length') @Default('') String length, @JsonKey(name: 'path') @Default('') String path, @JsonKey(name: 'selected') @Default('') String selected, @JsonKey(name: 'uris') @Default([]) List<Uris> uris})
const
factory
Files.fromJson(Map<String, dynamic> json)
factory

Properties

completedLength String
no setterinherited
copyWith → $FilesCopyWith<Files>
Create a copy of Files with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index String
no setterinherited
length String
no setterinherited
path String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected String
no setterinherited
uris List<Uris>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this Files to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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