RadarrFileSystemFile class

Model for a file from the filesystem from Radarr.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

RadarrFileSystemFile({RadarrFileSystemType? type, String? name, String? path, String? extension, int? size, DateTime? lastModified})
RadarrFileSystemFile.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrFileSystemFile object.
factory

Properties

extension String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
getter/setter pair
name String?
getter/setter pair
path String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
type RadarrFileSystemType?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrFileSystemFile object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

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