BackupOptionsDto class

Available extensions
Annotations
  • @CopyWith.new()
  • @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

BackupOptionsDto({bool? metadata, bool? trickplay, bool? subtitles, bool? database})
Returns a new BackupOptionsDto instance.
BackupOptionsDto.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$BackupOptionsDtoCWProxy

Available on BackupOptionsDto, provided by the $BackupOptionsDtoCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfBackupOptionsDto.copyWith(...) or instanceOfBackupOptionsDto.copyWith.fieldName(...).
no setter
database bool?
Gets or sets a value indicating whether the archive contains the Database contents.
final
hashCode int
The hash code for this object.
no setteroverride
metadata bool?
Gets or sets a value indicating whether the archive contains the Metadata contents.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitles bool?
Gets or sets a value indicating whether the archive contains the Subtitle contents.
final
trickplay bool?
Gets or sets a value indicating whether the archive contains the Trickplay contents.
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