FolderStorageDto class
- Available extensions
- Annotations
-
- @CopyWith.new()
- @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- FolderStorageDto({String? path, int? freeSpace, int? usedSpace, String? storageType, String? deviceId})
- Returns a new FolderStorageDto instance.
-
FolderStorageDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- copyWith → _$FolderStorageDtoCWProxy
-
Available on FolderStorageDto, provided by the $FolderStorageDtoCopyWith extension
Returns a callable class used to build a new instance with modified fields. Example:instanceOfFolderStorageDto.copyWith(...)orinstanceOfFolderStorageDto.copyWith.fieldName(...).no setter - deviceId → String?
-
Gets the Device Identifier.
final
- freeSpace → int?
-
Gets the free space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- path → String?
-
Gets the path of the folder in question.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageType → String?
-
Gets the kind of storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
final
- usedSpace → int?
-
Gets the used space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override