PdfVersion class

PDF preview of mediafile. Experimental.

Annotations
  • @freezed

Constructors

PdfVersion({@JsonKey(name: 'url') required String url, @JsonKey(name: 'text_preview') String? textPreview})
const
factory
PdfVersion.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $PdfVersionCopyWith<PdfVersion>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textPreview String?
First string of text content.
no setterinherited
url String
Absolute url.
no setterinherited

Methods

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

Operators

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