CdxjRecord class

Constructors

CdxjRecord({required Uri url, required DateTime timestamp, required String mime, required String filename, required int offset, required int length, int? status, String? digest})
CdxjRecord.parse(String value)
factory

Properties

digest String?
final
filename String
final
hashCode int
The hash code for this object.
no setterinherited
length int
final
mime String
final
offset int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
timestamp DateTime
final
url Uri
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool typed = false}) String
A string representation of this object.
override

Operators

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