ExportStats class

Progress information for an export.

Constructors

ExportStats({String? exportedArtifactCount, String? sizeInBytes, String? totalArtifactCount})
ExportStats.fromJson(Map json_)

Properties

exportedArtifactCount String?
The number of messages or files already processed for export.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeInBytes String?
The size of export in bytes.
getter/setter pair
totalArtifactCount String?
The number of messages or files to be exported.
getter/setter pair

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.
inherited

Operators

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