RpcSyncDetail class

Annotations
  • @freezed

Constructors

RpcSyncDetail({required int from, required int to, required int current, required String status, @Default([]) List<String> tasks, @Default([]) List<RpcSyncConnection> connections, @Default([]) List<RpcSyncChunk> chunks, @Default([]) List<RpcSyncCache> caches})
const
factory
RpcSyncDetail.fromJson(Map<String, dynamic> json)
factory

Properties

caches List<RpcSyncCache>
no setterinherited
chunks List<RpcSyncChunk>
no setterinherited
connections List<RpcSyncConnection>
no setterinherited
copyWith → $RpcSyncDetailCopyWith<RpcSyncDetail>
no setterinherited
current int
no setterinherited
from int
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
status String
no setterinherited
tasks List<String>
no setterinherited
to int
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